From 66de6837122c6e4b68850d11c05a7db05dac8e9d Mon Sep 17 00:00:00 2001 From: Brandon Castillo Date: Mon, 27 Jan 2025 07:34:33 -0800 Subject: [PATCH] Fix config "show" command The command "kubectl config show" does not exist and is "kubectl config view". --- docs/src/charm/tutorial/basic-operations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/charm/tutorial/basic-operations.md b/docs/src/charm/tutorial/basic-operations.md index d58ea12ba..bbcc9243c 100644 --- a/docs/src/charm/tutorial/basic-operations.md +++ b/docs/src/charm/tutorial/basic-operations.md @@ -96,7 +96,7 @@ juju run k8s/0 get-kubeconfig | yq '.kubeconfig' >> ~/.kube/config Confirm that `kubectl` can read the kubeconfig file: ``` -kubectl config show +kubectl config view ``` The output will be similar to this: