From 61263677bc7ccdee618e09257cad0e2fed2051ef Mon Sep 17 00:00:00 2001 From: mudit000 Date: Mon, 14 Dec 2020 00:53:23 +0000 Subject: [PATCH] Update 10-tls-bootstrapping-kubernetes-workers.md --- docs/10-tls-bootstrapping-kubernetes-workers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/10-tls-bootstrapping-kubernetes-workers.md b/docs/10-tls-bootstrapping-kubernetes-workers.md index 2f2e1d1..a3f1ac7 100644 --- a/docs/10-tls-bootstrapping-kubernetes-workers.md +++ b/docs/10-tls-bootstrapping-kubernetes-workers.md @@ -87,6 +87,7 @@ For the workers(kubelet) to access the Certificates API, they need to authentica Bootstrap Tokens take the form of a 6 character token id followed by 16 character token secret separated by a dot. Eg: abcdef.0123456789abcdef. More formally, they must match the regular expression [a-z0-9]{6}\.[a-z0-9]{16} Bootstrap Tokens are created as a secret in the kube-system namespace. +Perform below step on master-1 ``` cat > bootstrap-token-07401b.yaml <