From d410dacfed7f7b3c31c7541d4ed41b1ceabd6ea0 Mon Sep 17 00:00:00 2001 From: Matt Moyer Date: Thu, 14 Sep 2017 08:53:47 -0500 Subject: [PATCH] Fix a bulleted 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 https://github.com/kubernetes/kubernetes.github.io/pull/5440. --- docs/admin/kubeadm.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/admin/kubeadm.md b/docs/admin/kubeadm.md index 8ce7084946178..5382686b8622b 100644 --- a/docs/admin/kubeadm.md +++ b/docs/admin/kubeadm.md @@ -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