Remove excess Spaces (#11106)

This commit is contained in:
Liuduii
2018-11-20 23:10:46 +08:00
committed by k8s-ci-robot
parent fd6db18d1d
commit b5b8539a8e
6 changed files with 6 additions and 6 deletions
@@ -356,7 +356,7 @@ The complete Corefile with the default plugins:
.:53 {
errors
health
kubernetes cluster.local in-addr.arpa ip6.arpa {
kubernetes cluster.local in-addr.arpa ip6.arpa {
upstream 8.8.8.8 8.8.4.4
pods insecure
fallthrough in-addr.arpa ip6.arpa
@@ -112,7 +112,7 @@ number of dongles. See
## Discussion
Extended resources are similar to memory and CPU resources. For example,
just as a Node has a certain amount of memory and CPU to be shared by all components
just as a Node has a certain amount of memory and CPU to be shared by all components
running on the Node, it can have a certain number of dongles to be shared
by all components running on the Node. And just as application developers
can create Pods that request a certain amount of memory and CPU, they can
@@ -14,7 +14,7 @@ This page shows how to use Romana for NetworkPolicy.
{{% capture prerequisites %}}
Complete steps 1, 2, and 3 of the [kubeadm getting started guide](/docs/getting-started-guides/kubeadm/).
Complete steps 1, 2, and 3 of the [kubeadm getting started guide](/docs/getting-started-guides/kubeadm/).
{{% /capture %}}