diff --git a/docs/features/kubernetes/configuration.md b/docs/features/kubernetes/configuration.md index 1be1b3471a..6b3991144b 100644 --- a/docs/features/kubernetes/configuration.md +++ b/docs/features/kubernetes/configuration.md @@ -140,9 +140,9 @@ for real examples. PEM-encoded certificate authority certificates. -This values could be obtained via inspecting the kube config file under -`clusters.cluster.certificate-authority-data`. For GKE, execute the following -command to obtain the value +This values could be obtained via inspecting the Kubernetes config file (usually +at `~/.kube/config`) under `clusters.cluster.certificate-authority-data`. For +GKE, execute the following command to obtain the value ``` gcloud container clusters describe \ @@ -152,7 +152,7 @@ gcloud container clusters describe \ See also https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication#environments-without-gcloud -for complete docs about GKE without gcloud. +for complete docs about GKE without `gcloud`. #### `gke`