Re-add kubefed to setup tools reference (#8422)

* Add kubefed files

* Add kubeadm files

* Add weights
This commit is contained in:
Zach Corleissen
2018-05-08 12:08:53 -07:00
committed by k8s-ci-robot
parent b39a726ab7
commit e73a73ab2f
19 changed files with 641 additions and 117 deletions
@@ -5,13 +5,14 @@ approvers:
- jbeda
title: kubeadm token
content_template: templates/concept
weight: 70
---
{{% capture overview %}}
Bootstrap tokens are used for establishing bidirectional trust between a node joining
Bootstrap tokens are used for establishing bidirectional trust between a node joining
the cluster and a master node, as described in [authenticating with bootstrap tokens](/docs/admin/bootstrap-tokens/).
`kubeadm init` creates an initial token with a 24-hour TTL. The following commands allow you to manage
`kubeadm init` creates an initial token with a 24-hour TTL. The following commands allow you to manage
such a token and also to create and manage new ones.
{{% /capture %}}
@@ -33,5 +34,3 @@ such a token and also to create and manage new ones.
{{% capture whatsnext %}}
* [kubeadm join](kubeadm-join.md) to bootstrap a Kubernetes worker node and join it to the cluster
{{% /capture %}}