Update ingress.md (#10752)

Fix a small mistake
This commit is contained in:
erganzi
2018-10-31 01:05:08 +08:00
committed by k8s-ci-robot
parent d607ce8541
commit 19dbe8d584
@@ -85,7 +85,7 @@ You can create a federated ingress in any of the usual ways, for example, using
kubectl --context=federation-cluster create -f myingress.yaml
```
For example ingress YAML configurations, see the [Ingress User Guide](/docs/concepts/services-networking/ingress/).
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 endpoint, with the appropriate
credentials. If you have not yet configured such a context, see the
[federation admin guide](/docs/admin/federation/) or one of the