From 2cf0e8f0b49e1abdc9ba550bd13b1d9209291879 Mon Sep 17 00:00:00 2001 From: Anthony Date: Fri, 18 Aug 2017 02:50:33 +0800 Subject: [PATCH] Update share-configuration.md (#5000) modify "Bearer token/basic auth are" to " Bearer token/basic auth is" --- docs/tasks/administer-cluster/share-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/administer-cluster/share-configuration.md b/docs/tasks/administer-cluster/share-configuration.md index c3068c3659..949ab53eed 100644 --- a/docs/tasks/administer-cluster/share-configuration.md +++ b/docs/tasks/administer-cluster/share-configuration.md @@ -94,7 +94,7 @@ $ export KUBECONFIG=/path/to/standalone/.kube/config * The ca_file, key_file, and cert_file referenced above are generated on the kube master at cluster turnup. They can be found on the master under -`/srv/kubernetes`. Bearer token/basic auth are also generated on the kube master. +`/srv/kubernetes`. Bearer token/basic auth is also generated on the kube master. For more details on `kubeconfig` see [Authenticating Across Clusters with kubeconfig](/docs/concepts/cluster-administration/authenticate-across-clusters-kubeconfig/), and/or run `kubectl config -h`.