From 05416d4eb10df4189844a9decbe932e3f4e30c50 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Tue, 24 Oct 2017 01:22:59 +0800 Subject: [PATCH] Update secret.md (#6008) --- docs/tasks/administer-federation/secret.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.