You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh-cn/docs/contribute/style/style-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -317,7 +317,7 @@ Run the process as a DaemonSet in the `kube-system` namespace. | Run the process
317
317
{{< table caption = "Do and Don't - Use code style for Kubernetes command tool and component names" >}}
318
318
Do | Don't
319
319
:--| :-----
320
-
The kubelet preserves node stability. | The `kubelet` preserves node stability.
320
+
The `kubelet` preserves node stability. | The `kubelet` preserves node stability.
321
321
The `kubectl` handles locating and authenticating to the API server. | The kubectl handles locating and authenticating to the apiserver.
322
322
Run the process with the certificate, `kube-apiserver --client-ca-file=FILENAME`. | Run the process with the certificate, kube-apiserver --client-ca-file=FILENAME. |
0 commit comments