From c9d01fe52809161370bc656664afabc0f55e7b43 Mon Sep 17 00:00:00 2001 From: Stewart-YU Date: Tue, 15 Aug 2017 20:06:06 +0800 Subject: [PATCH] Update scratch.md The first letter needs to be capitalized. --- docs/getting-started-guides/scratch.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started-guides/scratch.md b/docs/getting-started-guides/scratch.md index aff74f962e..8e450bbaf6 100644 --- a/docs/getting-started-guides/scratch.md +++ b/docs/getting-started-guides/scratch.md @@ -508,9 +508,9 @@ While the basic node services (kubelet, kube-proxy, docker) are typically starte traditional system administration/automation approaches, the remaining *master* components of Kubernetes are all configured and managed *by Kubernetes*: - - their options are specified in a Pod spec (yaml or json) rather than an /etc/init.d file or + - Their options are specified in a Pod spec (yaml or json) rather than an /etc/init.d file or systemd unit. - - they are kept running by Kubernetes rather than by init. + - They are kept running by Kubernetes rather than by init. ### etcd @@ -839,7 +839,7 @@ of their purpose is in the admin guide](/docs/admin/cluster-components/#addons). Notes for setting up each cluster service are given below: * Cluster DNS: - * required for many Kubernetes examples + * Required for many Kubernetes examples * [Setup instructions](http://releases.k8s.io/{{page.githubbranch}}/cluster/addons/dns/) * [Admin Guide](/docs/concepts/services-networking/dns-pod-service/) * Cluster-level Logging