fix typo in ha page (#13735)

Associated with #13734
This commit is contained in:
Shashank Patel
2019-04-10 02:08:47 +05:30
committed by Kubernetes Prow Robot
parent 6219f0235d
commit 866fc48195
@@ -129,7 +129,7 @@ the `networking` object of `ClusterConfiguration`.
```sh
sudo kubeadm init --config=kubeadm-config.yaml --experimental-upload-certs
```
- The `--experimental-upload-certs` flags is used to upload the certificates that should be shared
- The `--experimental-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.