diff --git a/content/en/docs/tasks/administer-federation/ingress.md b/content/en/docs/tasks/administer-federation/ingress.md index d2f70cd6d5..51bfce65d5 100644 --- a/content/en/docs/tasks/administer-federation/ingress.md +++ b/content/en/docs/tasks/administer-federation/ingress.md @@ -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