diff --git a/docs/tasks/administer-federation/secret.md b/docs/tasks/administer-federation/secret.md index 5c07854dbb979..9b1ee128bebb9 100644 --- a/docs/tasks/administer-federation/secret.md +++ b/docs/tasks/administer-federation/secret.md @@ -42,7 +42,7 @@ You can do that using [kubectl](/docs/user-guide/kubectl/) by running: kubectl --context=federation-cluster create -f mysecret.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.