Skip to content

Commit 5b9b634

Browse files
mattmoyersteveperry-53
authored andcommitted
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 #5440.
1 parent ed363f7 commit 5b9b634

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/admin/kubeadm.md

+2
Original file line numberDiff line numberDiff line change
@@ -593,10 +593,12 @@ using kubeadm.
593593
- `kubeadm join --discovery-file https://url/file.conf` (remote HTTPS URL)
594594

595595
**Advantages:**
596+
596597
- Allows bootstrapping nodes to securely discover a root of trust for the
597598
master even if other worker nodes or the network are compromised.
598599

599600
**Disadvantages:**
601+
600602
- Requires that you have some way to carry the discovery information from
601603
the master to the bootstrapping nodes. This might be possible, for example,
602604
via your cloud provider or provisioning tool. The information in this file is

0 commit comments

Comments
 (0)