Skip to content

Commit 2241fc7

Browse files
committed
Fix a bulletted list on docs/admin/kubeadm.md.
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 kubernetes#5440.
1 parent 90d95e7 commit 2241fc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/admin/kubeadm.md

Lines changed: 2 additions & 0 deletions
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)