Métriques du dépôt
- Stars
- (2 stars)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Difficulty: ⭐⭐ (Easy-Medium)
Dependencies: Issue #6
Component: Cluster Connection
Description:
Enhance multi-kubeconfig support to handle complex enterprise scenarios where clusters are managed across multiple kubeconfig files. Implement automatic discovery of available contexts from all configured kubeconfig files, validate context accessibility before operations to provide early failure detection, and add a knetz cluster switch command for easy context switching during interactive sessions. Enhance knetz cluster test to validate all configured contexts and report their status. Support merging multiple kubeconfig files intelligently while handling conflicts, and detect context naming conflicts across different files providing clear warnings. Add support for kubeconfig file environment variable overrides and implement a context listing feature that shows which file each context comes from.
Acceptance Criteria:
- Auto-discover available contexts from multiple kubeconfig files
- Validate context accessibility before operations
- Support context switching with
knetz cluster switch - Add context validation in
knetz cluster test - Support kubeconfig file merging
- Add context conflict detection
Why Now: Builds on configuration validation to enable multi-cluster support.