Merge pull request #4868 from deitch/properly-name-bootstrap-token
properly name secret
This commit is contained in:
commit
a13c59c243
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Reference in New Issue