From f416b8a055f86c70458a2bbc7149b85ba19e26b3 Mon Sep 17 00:00:00 2001 From: Rob Holland Date: Tue, 4 Apr 2017 09:29:16 +0100 Subject: [PATCH] Fix typo --- docs/admin/kubeadm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/kubeadm.md b/docs/admin/kubeadm.md index c7336565ba..740aed596a 100644 --- a/docs/admin/kubeadm.md +++ b/docs/admin/kubeadm.md @@ -38,8 +38,8 @@ following steps: run there. It also sets up the RBAC authorization system and writes a special ConfigMap that is used to bootstrap trust with the kubelets. -1. kubeadm installs installs add-on components via the API server. Right now - this is the internal DNS server and the kube-proxy DaemonSet. +1. kubeadm installs add-on components via the API server. Right now this is + the internal DNS server and the kube-proxy DaemonSet. Running `kubeadm join` on each node in the cluster consists of the following steps: