Generate new docs with the new changes
This commit is contained in:
@@ -4,12 +4,13 @@ Sets a context entry in .kubeconfig
|
||||
|
||||
### Synopsis
|
||||
|
||||
```
|
||||
Sets a context entry in .kubeconfig
|
||||
Specifying a name that already exists will merge new fields on top of existing values for those fields.
|
||||
e.g.
|
||||
kubectl config set-context gce --user=cluster-admin
|
||||
only sets the user field on the gce context entry without touching other values.
|
||||
|
||||
```
|
||||
|
||||
kubectl config set-context name [--cluster=cluster-nickname] [--user=user-nickname] [--namespace=namespace]
|
||||
|
||||
|
Reference in New Issue
Block a user