From f3aef1dbf2d532a8075707afe111638598aff468 Mon Sep 17 00:00:00 2001 From: Eric Hole Date: Fri, 30 Dec 2016 13:22:58 -0700 Subject: [PATCH] Added kubeadm to list of tools under kubectl. Updated _data/tools.yml to reflect kubeadm. --- _data/tools.yml | 2 ++ docs/tools/index.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/_data/tools.yml b/_data/tools.yml index 31c355e9b0..92764f795a 100644 --- a/_data/tools.yml +++ b/_data/tools.yml @@ -7,6 +7,8 @@ toc: section: - title: Kubectl path: /docs/user-guide/kubectl/ + - title: Kubeadm + path: /docs/getting-started-guides/kubeadm - title: Kubefed path: /docs/admin/federation/kubefed/ - title: Kubernetes Dashboard diff --git a/docs/tools/index.md b/docs/tools/index.md index 351b5968c1..8ab734c289 100644 --- a/docs/tools/index.md +++ b/docs/tools/index.md @@ -14,6 +14,10 @@ Kubernetes contains the following built-in tools: [`kubectl`](/docs/user-guide/kubectl/) is the command line tool for Kubernetes. It controls the Kubernetes cluster manager. +##### Kubeadm + +[`kubeadm`](/docs/getting-started-guides/kubeadm/) is the command line tool for easily provisioning a secure Kubernetes cluster on top of physical or cloud servers or virtual machines (currently in alpha). + ##### Kubefed [`kubefed`](/docs/admin/federation/kubefed/) is the command line tool