fix(kubernetes): use kubeconfig files from Settings instead of duplicate cluster management #77

Merged
sarman merged 3 commits from feature/kubernetes-management-v2 into master 2026-06-07 18:28:53 +00:00
Showing only changes of commit 2b2bc07954 - Show all commits

View File

@ -31,9 +31,12 @@ CI, chore, and build changes are excluded.
- **kube**: Resolve automated PR review blockers and warnings - **kube**: Resolve automated PR review blockers and warnings
- **ci**: Replace JS-based Renovate action with direct container invocation - **ci**: Replace JS-based Renovate action with direct container invocation
- Use public Gitea URL in test workflow - Use public Gitea URL in test workflow
- **kubernetes**: Address PR #76 review findings
- **kubernetes**: Remove redundant TS cast and fix cargo fmt failures
### Documentation ### Documentation
- **kubernetes**: Add comment about dynamic port allocation limitation - **kubernetes**: Add comment about dynamic port allocation limitation
- Update documentation for Kubernetes Management UI
### Features ### Features
- **kube**: Add Kubernetes management GUI components - **kube**: Add Kubernetes management GUI components
@ -45,15 +48,9 @@ CI, chore, and build changes are excluded.
- Implement full Lens-like Kubernetes UI with resource discovery and management - Implement full Lens-like Kubernetes UI with resource discovery and management
- Implement additional Kubernetes resource discovery and management commands - Implement additional Kubernetes resource discovery and management commands
- Add Kubernetes Management Implementation Plan - Add Kubernetes Management Implementation Plan
- **k8s**: Implement Phase 7 - Real-time updates with event bus and watchers - **kubernetes**: Implement Phase 1 & 2: resource discovery UIs and advanced features
- **k8s**: Add 15 new resource list components (Secret, ReplicaSet, Job, CronJob, Ingress, PVC, PV, ServiceAccount, Role, ClusterRole, RoleBinding, ClusterRoleBinding, HPA, Node, Event, ConfigMap) - **kubernetes**: Implement Phase 3 - detail views and cluster management
- **k8s**: Add advanced components (Terminal, YamlEditor, MetricsChart, SearchBar, ContextSwitcher, ApplicationView) - **kubernetes**: Implement Phase 7 - real-time updates
- **k8s**: Add detail views for all major resource types
- **k8s**: Add UX components (Hotbar, CommandPalette, Toast, LoadingSpinner)
- **k8s**: Add resource management dialogs (CreateResourceModal, EditResourceModal)
- **k8s**: Add RBAC management (RbacViewer, RbacEditor)
- **k8s**: Add event bus for frontend event handling
- **k8s**: Add watcher module for Kubernetes API resource watching
## [1.1.0] — 2026-06-06 ## [1.1.0] — 2026-06-06