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`.