Minor doc fix for syntax and typo (#16666)

* Minor doc fix for syntax and typo

Signed-off-by: Duffie Cooley <cooleyd@vmware.com>

* Feedback from sftim
This commit is contained in:
Duffie Cooley
2019-10-09 16:44:51 -07:00
committed by Kubernetes Prow Robot
parent 6a4c73b112
commit 331cc6fee0
@@ -114,7 +114,7 @@ option. Your cluster requirements may need a different configuration.
- The `--upload-certs` flag is used to upload the certificates that should be shared
across all the control-plane instances to the cluster. If instead, you prefer to copy certs across
control-plane nodes manually or using automation tools, please remove this flag and refer to [Manual
certificate distribution](#manual-certs) section bellow.
certificate distribution](#manual-certs) section below.
{{< note >}}
The `kubeadm init` flags `--config` and `--certificate-key` cannot be mixed, therefore if you want
@@ -128,7 +128,7 @@ To add a pod CIDR pass the flag `--pod-network-cidr`, or if you are using a kube
set the `podSubnet` field under the `networking` object of `ClusterConfiguration`.
{{< /note >}}
After the command completes you should see something like so:
- The output looks similar to:
```sh
...