Fix a bulleted list on docs/admin/kubeadm.md. (#5458)
I updated this doc yesterday and I was absolutely sure I fixed this, but I just saw that this commit got lost somehow. This was introduced recently in https://github.com/kubernetes/kubernetes.github.io/pull/5440.
This commit is contained in:
@@ -593,10 +593,12 @@ using kubeadm.
|
|||||||
- `kubeadm join --discovery-file https://url/file.conf` (remote HTTPS URL)
|
- `kubeadm join --discovery-file https://url/file.conf` (remote HTTPS URL)
|
||||||
|
|
||||||
**Advantages:**
|
**Advantages:**
|
||||||
|
|
||||||
- Allows bootstrapping nodes to securely discover a root of trust for the
|
- Allows bootstrapping nodes to securely discover a root of trust for the
|
||||||
master even if other worker nodes or the network are compromised.
|
master even if other worker nodes or the network are compromised.
|
||||||
|
|
||||||
**Disadvantages:**
|
**Disadvantages:**
|
||||||
|
|
||||||
- Requires that you have some way to carry the discovery information from
|
- Requires that you have some way to carry the discovery information from
|
||||||
the master to the bootstrapping nodes. This might be possible, for example,
|
the master to the bootstrapping nodes. This might be possible, for example,
|
||||||
via your cloud provider or provisioning tool. The information in this file is
|
via your cloud provider or provisioning tool. The information in this file is
|
||||||
|
|||||||
Reference in New Issue
Block a user