Azure / AKS-Edge

Welcome to the Azure Kubernetes Service (AKS) Edge repo.
MIT License
53 stars 34 forks source link

[Feedback] Please handle .kube/config gracefully #165

Open clin4 opened 7 months ago

clin4 commented 7 months ago

Describe your scenario When I create the AKS EE locally, it wipe out all my existing cluster contexts and only keep the newly create local AKS EE. When I delete the AKS EE locally, it delete the .kube/config

Feedback When I connect to other cluster like normaly AKS,GKE , they just modify my .kube/config file not fully instead of overwirte/delete the whole file.