From a58dbb54df12527a0431d996916c9ff752d981f2 Mon Sep 17 00:00:00 2001 From: Aditya Samant Date: Wed, 24 Jan 2024 09:59:01 +0530 Subject: [PATCH] Correct the code style for K8S component names --- content/en/docs/contribute/style/style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/contribute/style/style-guide.md b/content/en/docs/contribute/style/style-guide.md index b6a88198790..bb5c5d29a65 100644 --- a/content/en/docs/contribute/style/style-guide.md +++ b/content/en/docs/contribute/style/style-guide.md @@ -156,7 +156,7 @@ Run the process as a DaemonSet in the `kube-system` namespace. | Run the process {{< table caption = "Do and Don't - Use code style for Kubernetes command tool and component names" >}} Do | Don't :--| :----- -The kubelet preserves node stability. | The `kubelet` preserves node stability. +The `kubelet` preserves node stability. | The kubelet preserves node stability. The `kubectl` handles locating and authenticating to the API server. | The kubectl handles locating and authenticating to the apiserver. Run the process with the certificate, `kube-apiserver --client-ca-file=FILENAME`. | Run the process with the certificate, kube-apiserver --client-ca-file=FILENAME. | {{< /table >}}