related to #4816
Steps:
- ASSERT: have several config files. I created
kind.yaml by launching the kind cluster via Podman Desktop, which created the file config. I then copied it over to kind.yaml and created config with the content that you see below:
config:
---
apiVersion: "v1"
kind: "Config"
current-context: "kind-kind-cluster"
preferences: {}
kind.yaml:
---
apiVersion: "v1"
kind: "Config"
clusters:
- cluster:
certificate-authority-data: "XXXXX"
server: "https://127.0.0.1:63039/"
name: "kind-kind-cluster"
contexts:
- context:
cluster: "kind-kind-cluster"
namespace: "default"
user: "kind-kind-cluster"
name: "kind-kind-cluster"
current-context: "kind-kind-cluster"
preferences: {}
users:
- name: "kind-kind-cluster"
user:
client-certificate-data: "XXXXX"
client-key-data: "XXXXXXX"
- EXEC: launch vscode-openshift
- ASSERT: you are prompted to select a config file
- EXEC: pick
kind.yaml
Result:
vscode-openshift doesnt see my cluster.

kind.yaml is valid: if I copy kind.yml to config, vscode-openshift works fine:

related to #4816
Steps:
kind.yamlby launching the kind cluster via Podman Desktop, which created the fileconfig. I then copied it over tokind.yamland createdconfigwith the content that you see below:config:kind.yaml:kind.yamlResult:

vscode-openshift doesnt see my cluster.
kind.yamlis valid: if I copykind.ymltoconfig, vscode-openshift works fine: