Update namespaces.md (#4981)
modify "the value of cluster and user are" to "the values of cluster and user are"pull/5021/head
parent
446d95ac38
commit
b3fe14a5ca
|
@ -205,7 +205,7 @@ $ kubectl config current-context
|
|||
lithe-cocoa-92103_kubernetes
|
||||
```
|
||||
|
||||
The next step is to define a context for the kubectl client to work in each namespace. The value of "cluster" and "user" fields are copied from the current context.
|
||||
The next step is to define a context for the kubectl client to work in each namespace. The values of "cluster" and "user" fields are copied from the current context.
|
||||
|
||||
```shell
|
||||
$ kubectl config set-context dev --namespace=development --cluster=lithe-cocoa-92103_kubernetes --user=lithe-cocoa-92103_kubernetes
|
||||
|
|
Loading…
Reference in New Issue