Update 10-tls-bootstrapping-kubernetes-workers.md

pull/634/head
mudit000 2020-12-14 00:53:23 +00:00 committed by GitHub
parent a09cbf541f
commit 61263677bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 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. Bootstrap Tokens are created as a secret in the kube-system namespace.
Perform below step on master-1
``` ```
cat > bootstrap-token-07401b.yaml <<EOF cat > bootstrap-token-07401b.yaml <<EOF