Created
November 30, 2019 16:44
-
-
Save vigneshragupathy/7105fa45fa7c5d774c4bfad951f9c242 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Secret | |
metadata: | |
# Name MUST be of form "bootstrap-token-<token id>" | |
name: bootstrap-token-07401b | |
namespace: kube-system | |
# Type MUST be 'bootstrap.kubernetes.io/token' | |
type: bootstrap.kubernetes.io/token | |
stringData: | |
# Human readable description. Optional. | |
description: "The default bootstrap token generated by 'kubeadm init'." | |
# Token ID and secret. Required. | |
token-id: 07401b | |
token-secret: f395accd246ae52d | |
# Expiration. Optional. | |
expiration: 2021-03-10T03:22:11Z | |
# Allowed usages. | |
usage-bootstrap-authentication: "true" | |
usage-bootstrap-signing: "true" | |
# Extra groups to authenticate the token as. Must start with "system:bootstrappers:" | |
auth-extra-groups: system:bootstrappers:worker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment