monokle icon indicating copy to clipboard operation
monokle copied to clipboard

Changing the kubeconfig does not work as expected

Open chargio opened this issue 1 year ago • 2 comments

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 image

When I press the connect to cluster, it does not work as expected: image

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

chargio avatar May 11 '23 16:05 chargio

There are no logs in main.log

chargio avatar May 11 '23 16:05 chargio

Once this get triggered, I can't edit the kubeconfig file, it will revert back image Even using the browse button won't change it. Perhaps a conflict between the current project setting and the default settings?

chargio avatar May 16 '23 07:05 chargio