Update scratch.md

The first letter needs to be capitalized.
This commit is contained in:
Stewart-YU
2017-08-15 20:06:06 +08:00
committed by Zachary Corleissen
parent 83b731720d
commit c9d01fe528
+3 -3
View File
@@ -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