diff --git a/docs/design/design_v1.8.md b/docs/design/design_v1.8.md index 5a8792ff..4341cc79 100644 --- a/docs/design/design_v1.8.md +++ b/docs/design/design_v1.8.md @@ -1,6 +1,6 @@ ## Implementation design for kubeadm -`kubeadm init` and `kubeadm join` together provides a nice user experience for creating a best-practice but bare Kubernetes cluster from scratch. +`kubeadm init` and `kubeadm join` together provides a nice user experience for creating a best-practice but bare Kubernetes cluster from scratch. However, it might not be obvious _how_ kubeadm does that. This document strives to explain the phases of work that happen under the hood.