Merge pull request #4868 from deitch/properly-name-bootstrap-token

properly name secret
This commit is contained in:
Kubernetes Prow Robot 2022-05-12 05:17:14 -07:00 committed by GitHub
commit a13c59c243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -41,12 +41,15 @@ stringData:
# The following secret is only required when using bootstrap tokens in cloudinit
# like in the above example. For more info on bootstrap tokens check
# https://kubernetes.io/docs/reference/access-authn-authz/bootstrap-tokens/
# IMPORTANT: change the token-id & token-secret values below before applying
# IMPORTANT: change the following before applying:
# * token-id
# * token-secret
# * name
apiVersion: v1
kind: Secret
type: bootstrap.kubernetes.io/token
metadata:
name: bootstrap-token-cluster-autoscaler-cherry
name: bootstrap-token-YOUR_TOKEN_ID
namespace: kube-system
stringData:
description: "The default bootstrap token used by cluster-autoscaler on Cherry Servers."