You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Result:
You get told that multiple config files are not supported and prompted to select one.
Expected result:
The extension should support multiple config files if they're listed in KUBECONFIG. kubectl, oc and odo support it.
The major gotcha we faced in intellij-openshift-connector was oc login adding all contexts to the first file. See redhat-developer/intellij-openshift-connector#966
The text was updated successfully, but these errors were encountered:
Steps:
KUBECONFIG
env var pointing to it.example:
~/.bash/.bashrc
~/.kube/config
~/.kube/minikube.yaml
~/.kube/sandbox.yaml
Result:

You get told that multiple config files are not supported and prompted to select one.
Expected result:
The extension should support multiple config files if they're listed in
KUBECONFIG
.kubectl
,oc
andodo
support it.The major gotcha we faced in intellij-openshift-connector was
oc login
adding all contexts to the first file. See redhat-developer/intellij-openshift-connector#966The text was updated successfully, but these errors were encountered: