To reproduce:
- set
export KUBECONFIG='~/folder/config.yaml' in ~/.bashrc or similar
- create the file referenced in the previous step, and add some sample data in it (eg. one of the kubeconfigs from https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters)
- log in to a cluster, such as
crc or Sandbox (this will create new entries in your new ~/folder/config.yaml for crc or sandbox)
- start the extension
- navigate to the openshift sidebar
expected: crc/sandbox is shown in the application explorer (the top item in the sidebar)
actual: there are three buttons: "Login", "Select Kubernetes Context", "Add OpenShift Cluster", and they are disabled
To reproduce:
export KUBECONFIG='~/folder/config.yaml'in~/.bashrcor similarcrcor Sandbox (this will create new entries in your new~/folder/config.yamlfor crc or sandbox)expected: crc/sandbox is shown in the application explorer (the top item in the sidebar)
actual: there are three buttons: "Login", "Select Kubernetes Context", "Add OpenShift Cluster", and they are disabled