Update federated/job.md and federated/namespaces.md (#10762)
* Update namespaces.md fix it. * Update job.md fix it
This commit is contained in:
parent
d40d92f67b
commit
6f3eabd240
|
|
@ -40,7 +40,7 @@ You can do that using [kubectl](/docs/user-guide/kubectl/) by running:
|
||||||
kubectl --context=federation-cluster create -f myjob.yaml
|
kubectl --context=federation-cluster create -f myjob.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
The '--context=federation-cluster' flag tells kubectl to submit the
|
The `--context=federation-cluster` flag tells kubectl to submit the
|
||||||
request to the federation API server instead of sending it to a Kubernetes
|
request to the federation API server instead of sending it to a Kubernetes
|
||||||
cluster.
|
cluster.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ You can do that using kubectl by running:
|
||||||
kubectl --context=federation-cluster create -f myns.yaml
|
kubectl --context=federation-cluster create -f myns.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
The '--context=federation-cluster' flag tells kubectl to submit the
|
The `--context=federation-cluster` flag tells kubectl to submit the
|
||||||
request to the Federation apiserver instead of sending it to a Kubernetes
|
request to the Federation apiserver instead of sending it to a Kubernetes
|
||||||
cluster.
|
cluster.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue