Update share-configuration.md (#5000)

modify "Bearer token/basic auth are" to " Bearer token/basic auth is"
This commit is contained in:
Anthony
2017-08-18 02:50:33 +08:00
committed by Steve Perry
parent bce2807455
commit 2cf0e8f0b4
@@ -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`.