Add a note on how to delete kubectl config user name (#13257)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
b1634fcc1c
commit
ad77c02575
@@ -85,6 +85,10 @@ kubectl config --kubeconfig=config-demo set-credentials developer --client-certi
|
||||
kubectl config --kubeconfig=config-demo set-credentials experimenter --username=exp --password=some-password
|
||||
```
|
||||
|
||||
{{< note >}}
|
||||
To delete a user you can run `kubectl config unset users.<name>`
|
||||
{{< /note >}}
|
||||
|
||||
Add context details to your configuration file:
|
||||
|
||||
```shell
|
||||
|
||||
Reference in New Issue
Block a user