Merge pull request #23007 from tengqm/links-setup

Fix links in setup section
This commit is contained in:
Kubernetes Prow Robot
2020-08-07 01:26:19 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -31,7 +31,7 @@ when using kubeadm to set up a kubernetes cluster.
* Each host must [have docker, kubelet, and kubeadm installed](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/). * Each host must [have docker, kubelet, and kubeadm installed](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/).
* Each host should have access to the Kubernetes container image registry (`k8s.gcr.io`) or list/pull the required etcd image using * Each host should have access to the Kubernetes container image registry (`k8s.gcr.io`) or list/pull the required etcd image using
`kubeadm config images list/pull`. This guide will setup etcd instances as `kubeadm config images list/pull`. This guide will setup etcd instances as
[static pods](https://kubernetes.io/docs/tasks/configure-pod-container/static-pod/) managed by a kubelet. [static pods](/docs/tasks/configure-pod-container/static-pod/) managed by a kubelet.
* Some infrastructure to copy files between hosts. For example `ssh` and `scp` * Some infrastructure to copy files between hosts. For example `ssh` and `scp`
can satisfy this requirement. can satisfy this requirement.
@@ -122,7 +122,7 @@ kube-system kube-ui ClusterIP 10.0.0.3 <none>
... ...
``` ```
Similarly, you can take a look at the set of [pods](/docs/concepts/workloads/pods/pod/) that were created during cluster startup. Similarly, you can take a look at the set of [pods](/docs/concepts/workloads/pods/) that were created during cluster startup.
You can do this via the You can do this via the
```shell ```shell