add how to install kubeadm (#15174)

* add how to install

* make improvements

* Update kubeadm.md
This commit is contained in:
Hypo 2019-07-07 16:56:34 +08:00 committed by Kubernetes Prow Robot
parent 8b1db5c271
commit 43903a873b
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ kubeadm performs the actions necessary to get a minimum viable cluster up and ru
Instead, we expect higher-level and more tailored tooling to be built on top of kubeadm, and ideally, using kubeadm as the basis of all deployments will make it easier to create conformant clusters. Instead, we expect higher-level and more tailored tooling to be built on top of kubeadm, and ideally, using kubeadm as the basis of all deployments will make it easier to create conformant clusters.
## How to install
To install kubeadm, see the [installation guide](/docs/setup/production-environment/tools/kubeadm/install-kubeadm).
## What's next ## What's next
* [kubeadm init](/docs/reference/setup-tools/kubeadm/kubeadm-init) to bootstrap a Kubernetes control-plane node * [kubeadm init](/docs/reference/setup-tools/kubeadm/kubeadm-init) to bootstrap a Kubernetes control-plane node