From b3fe14a5ca4989a1a6ad176b014908aec650a9c0 Mon Sep 17 00:00:00 2001 From: Anthony Date: Fri, 18 Aug 2017 04:57:21 +0800 Subject: [PATCH] Update namespaces.md (#4981) modify "the value of cluster and user are" to "the values of cluster and user are" --- docs/tasks/administer-cluster/namespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/administer-cluster/namespaces.md b/docs/tasks/administer-cluster/namespaces.md index bfdb32bc15..eee6e75e46 100644 --- a/docs/tasks/administer-cluster/namespaces.md +++ b/docs/tasks/administer-cluster/namespaces.md @@ -205,7 +205,7 @@ $ kubectl config current-context lithe-cocoa-92103_kubernetes ``` -The next step is to define a context for the kubectl client to work in each namespace. The value of "cluster" and "user" fields are copied from the current context. +The next step is to define a context for the kubectl client to work in each namespace. The values of "cluster" and "user" fields are copied from the current context. ```shell $ kubectl config set-context dev --namespace=development --cluster=lithe-cocoa-92103_kubernetes --user=lithe-cocoa-92103_kubernetes