From 62c55763fe413ac84f03dc7656394b6a2d9b0e08 Mon Sep 17 00:00:00 2001 From: netroby Date: Sat, 19 Aug 2017 06:58:17 +0800 Subject: [PATCH] command name style https://kubernetes.io/docs/home/contribute/style-guide/#use-code-style-for-inline-code-and-commands Use code style for inline code and commands Use code style for object field names --- docs/concepts/overview/components.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/concepts/overview/components.md b/docs/concepts/overview/components.md index 8aa9691437..c81b3d8ba4 100644 --- a/docs/concepts/overview/components.md +++ b/docs/concepts/overview/components.md @@ -79,7 +79,7 @@ Containers started by Kubernetes automatically include this DNS server in their #### User interface -The kube-ui provides a read-only overview of the cluster state. For more information, see [Using an HTTP Proxy to Access the Kubernetes API](/docs/tasks/access-kubernetes-api/http-proxy-access-api/) +The `kube-ui` provides a read-only overview of the cluster state. For more information, see [Using an HTTP Proxy to Access the Kubernetes API](/docs/tasks/access-kubernetes-api/http-proxy-access-api/) #### Container Resource Monitoring @@ -115,20 +115,20 @@ network rules on the host and performing connection forwarding. ### docker -docker is used for running containers. +`docker` is used for running containers. ### rkt -rkt is supported experimentally for running containers as an alternative to docker. +`rkt` is supported experimentally for running containers as an alternative to docker. ### supervisord -supervisord is a lightweight process monitor and control system that can be used to keep kubelet and docker +`supervisord` is a lightweight process monitor and control system that can be used to keep kubelet and docker running. ### fluentd -fluentd is a daemon which helps provide [cluster-level logging](#cluster-level-logging). +`fluentd` is a daemon which helps provide [cluster-level logging](#cluster-level-logging). {% endcapture %} {% include templates/concept.md %}