Skip to content

Commit

Permalink
Fix a bulleted list on docs/admin/kubeadm.md. (#5458)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mattmoyer authored and steveperry-53 committed Sep 14, 2017
1 parent ed363f7 commit 5b9b634
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/admin/kubeadm.md
Original file line number Diff line number Diff line change
Expand Up @@ -593,10 +593,12 @@ using kubeadm.
- `kubeadm join --discovery-file https://url/file.conf` (remote HTTPS URL)

**Advantages:**

- Allows bootstrapping nodes to securely discover a root of trust for the
master even if other worker nodes or the network are compromised.

**Disadvantages:**

- Requires that you have some way to carry the discovery information from
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
Expand Down

0 comments on commit 5b9b634

Please sign in to comment.