Skip to content

Commit

Permalink
Fix config "show" command
Browse files Browse the repository at this point in the history
The command "kubectl config show" does not exist and is "kubectl config view".
  • Loading branch information
WizardBit authored Jan 27, 2025
1 parent 33adb06 commit 66de683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/charm/tutorial/basic-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 66de683

Please sign in to comment.