Skip to content
This repository was archived by the owner on Sep 24, 2021. It is now read-only.

Commit af8fc64

Browse files
fix kubeconfig getting steps in readme
Signed-off-by: Ashish Amarnath <[email protected]>
1 parent aedae29 commit af8fc64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Make sure you have `kind` > 0.3.0 and `kubectl`.
7272

7373
The kubeconfig is on the management cluster in secrets. Grab it and write it to a file:
7474

75-
`kubectl get secrets -o jsonpath='{.data.kubeconfig}' kubeconfig-my-cluster | base64 --decode > ~/.kube/kind-config-my-cluster`
75+
`kubectl get secrets -o jsonpath='{.data.value}' my-cluster-kubeconfig | base64 --decode > ~/.kube/kind-config-my-cluster`
7676

7777
Look at the pods in your new worker cluster:
7878
`kubectl get po --all-namespaces --kubeconfig ~/.kube/kind-config-my-cluster`

0 commit comments

Comments
 (0)