Skip to content

Commit

Permalink
kubeadm: update notes for joining with discovery file (#16557)
Browse files Browse the repository at this point in the history
  • Loading branch information
neolit123 authored and k8s-ci-robot committed Oct 8, 2019
1 parent 2f6c52d commit d5060a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/reference/setup-tools/kubeadm/kubeadm-join.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ In case the discovery file does not contain credentials, the TLS discovery token
**Disadvantages:**

- Requires that you have some way to carry the discovery information from
the control-plane node to the bootstrapping nodes. This might be possible, for example,
via your cloud provider or provisioning tool. The information in this file is
not secret, but HTTPS or equivalent is required to ensure its integrity.
the control-plane node to the bootstrapping nodes. If the discovery file contains credentials
you must keep it secret and transfer it over a secure channel. This might be possible with your
cloud provider or provisioning tool.

### Securing your installation even more {#securing-more}

Expand Down

0 comments on commit d5060a9

Please sign in to comment.