Update deployment.md (#10748)

fixed a small mistake
pull/10751/head
erganzi 2018-10-27 17:22:20 +08:00 committed by k8s-ci-robot
parent 509a4e15e9
commit c3dee1ed7f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ You can do that using [kubectl](/docs/user-guide/kubectl/) by running:
kubectl --context=federation-cluster create -f mydeployment.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
cluster.