From 3e9ce7e952006a9b1b7be8938b58c5364c5a87c9 Mon Sep 17 00:00:00 2001 From: Aldira Putra Raharja Date: Tue, 19 Oct 2021 16:12:03 +0700 Subject: [PATCH] fix docs accordingly Signed-off-by: Aldira Putra Raharja --- docs/features/kubernetes/configuration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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`