forked from rancher/cluster-template-examples
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvalues.yaml
61 lines (52 loc) · 1.58 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# cluster specific values
cluster:
# specify cluster name
name: template-rke2
# specify cluster labels
labels: {}
# specify cluster annotations
annotations: {}
# Add additional hostnames or IPv4/IPv6 addresses as Subject Alternative Names on the server TLS cert
# tlsSan:
# - 10.10.10.10
# - kube-api.example.com
# specify cloud credential secret name, do not need to be provided if using custom driver
cloudCredentialSecretName: ""
# specify cloud provider, options are amazonec2, digitalocean, azure, vsphere or custom
cloudprovider: "digitalocean"
kubernetesVersion: ""
# general RKE options
rke:
# enable local auth endpoint
localClusterAuthEndpoint:
enabled: false
machineSelectorConfig:
# - config:
# system-default-registry: registry.example.com
# specify fqdn of local access endpoint
# fqdn: foo.bar.example
# specify cacert of local access endpoint
# caCerts: ""
# specify user principal ids to be assiged as cluster members
# clusterMembers:
# - principalName: "local://u-z8zl5"
# roleTemplateName: "cluster-member"
registries:
# configs:
# {}
# authConfigSecretName: string
# caBundle: string
# insecureSkipVerify: boolean
# tlsSecretName: string
# mirrors:
# '*':
# endpoint:
# - https://registry.example.com
# enable monitoring
monitoring:
enabled: false
# specify which version to install, can be semver range. If version is empty or is semver range, it will pick up the latest version.
# version: ""
# specify cutsom values set
# values:
# foo: bar