Open
Description
related to #4816
Steps:
- ASSERT: have several config files. I created
kind.yaml
by launching the kind cluster via Podman Desktop, which created the fileconfig
. I then copied it over tokind.yaml
and createdconfig
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:
Metadata
Metadata
Assignees
Labels
No labels