Add a note on how to delete kubectl config user name (#13257)

This commit is contained in:
Dani Comnea
2019-03-19 18:12:23 +00:00
committed by Kubernetes Prow Robot
parent b1634fcc1c
commit ad77c02575
2 changed files with 10 additions and 3 deletions
@@ -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