Issue
When I use cli to get kubeconfig for a cluster, it's directly getting merged with "~/.kube/config", modifying my existing config, if any error it can mess up my kubeconfig.
Request
- Original kubeconfig should be copied to a temporary location before updating with cluster's kubeconfig
- should be a flag where we can pass the kubeconfig location where kubeconfig is saved in a custom location instead of "~/.kube/config"
Issue
When I use cli to get kubeconfig for a cluster, it's directly getting merged with "~/.kube/config", modifying my existing config, if any error it can mess up my kubeconfig.
Request