monokle
monokle copied to clipboard
Changing the kubeconfig does not work as expected
I connect to my minikube with no error. Then I try to connect to Napptive. In order to do so, Napptive provides a different configuration file that I have stored in .kube/napptive-config.
I change the file in the configuration
When I press the connect to cluster, it does not work as expected:
However, kubectl works
kubectl --kubeconfig ~/.kube/napptive-kubeconfig get pods
NAME READY STATUS RESTARTS AGE
excalidraw-5445487946-zstxk 1/1 Running 0 14d
It was working on 2.0.10
There are no logs in main.log
Once this get triggered, I can't edit the kubeconfig file, it will revert back
Even using the browse button won't change it. Perhaps a conflict between the current project setting and the default settings?