Adding flavor text about kubeadm capabilities (#8739)

Signed-off-by: Ruben Orduz <rubenoz@gmail.com>
This commit is contained in:
Ruben Orduz 2018-05-25 08:07:32 -04:00 committed by k8s-ci-robot
parent 385045a051
commit b4b3ad2bc7
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@ when using kubeadm to set up a kubernetes cluster.
{{% capture steps %}}
The general approach is to generate all certs on one node and only distribute
the *necessary* files to the other nodes.
the *necessary* files to the other nodes. Note that kubeadm contains all the necessary
crytographic machinery to generate the certificates described below; no other cryptographic tooling
is required for this exercise.
## Create configuration files for kubeadm