forked from luizalabs/helm-rke2-o7k
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values_example.yaml
316 lines (316 loc) · 7.41 KB
/
values_example.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
cloudprovider: openstack
imageRegistryURL: ""
cloudinit:
enable: true
sshPubKeys:
- ssh-rsa pubkey
bootcmd:
runcmd:
- touch /tmp/cloud_init
openstack:
authUrl: https://openstack.example.com:5000
applicationCredentialId:
applicationCredentialSecret:
availabilityZone: nova
subnetID: 427a8649-583c-4564-a3cf-d49be1f932b2
projectId: c13899f8-f869-47f7-83df-f470c989afb1
tenantDomainName: Default
tenantName: tenant
username: tenant
domainName: default
region: RegionOne
floatingNetID: baa6c2c8-4959-437c-84fa-8ed87bf72687
floatingSubnetID: 66931ed8-2fc3-40b6-b549-3c773e50f805
openstackClientImage: openstacktools/openstack-client
cluster:
apiAddr: kubernetes.default.svc.cluster.local
apiPort: 6443
additionalManifests:
- apiVersion: v1
kind: Secret
metadata:
name: secret
namespace: ns
type: Opaque
data:
file1.json: xxx
secretsEncryption: false
upgradeStrategy:
controlPlaneDrainOptions:
enabled: false
# deleteEmptyDirData: false
# disableEviction: false
# gracePeriod: 0
# ignoreErrors: false
# skipWaitForDeleteTimeoutSeconds: 0
# timeout: 0
workerDrainOptions:
enabled: false
# deleteEmptyDirData: false
# disableEviction: false
# gracePeriod: 0
# ignoreErrors: false
# skipWaitForDeleteTimeoutSeconds: 0
# timeout: 0
workerConcurrency: "10%"
controlPlaneConcurrency: "10%"
name: cluster-name
kubernetesVersion: v1.21.14+rke2r1
cni:
# Only one of {cniCanal,cniCalico,cniCilium} can be enabled
cniCanal:
enabled: false
name: canal
mtu: 1430
cniCalico:
enabled: false
name: calico
blockSize: 24
podCidr: 10.42.0.0/16
mtu: 1430
cniCilium:
enabled: true
name: cilium
blockSize: 24
podCidr: 10.42.0.0/16
mtu: 1430
images:
hubbleRelay:
repository: cilium/hubble-relay
tag: v1.12.1
hubbleUiBackend:
repository: cilium/hubble-ui-backend
tag: v0.9.2
hubbleUi:
repository: cilium/hubble-ui
tag: v0.9.2
cilium:
repository: rancher/mirrored-cilium-cilium
tag: v1.12.1
operator:
repository: rancher/mirrored-cilium-operator
tag: v1.12.1
preflight:
repository: rancher/mirrored-cilium-cilium
tag: v1.12.1
ciliumStartupScript:
repository: rancher/mirrored-cilium-startup-script
tag: d69851597ea019af980891a4628fb36b7880ec26
autoscaler:
enabled: false
rancherUrl: https://rancher.placeholder.com
rancherToken: rancher-token
racherClusterName: local
image: luizalabscicdmgc/cluster-autoscaler-arm64:dev
monitoring:
enabled: false
rke:
rkeIngressChart:
enabled: true
replicaCount: "1"
autoScaling:
enabled: true
minReplicas: "1"
maxReplicas: "3"
rkeIngressRawManifest:
enabled: false
etcd:
args:
- "quota-backend-bytes=858993459"
- "max-request-bytes=33554432"
exposeMetrics: true
snapshotRetention: 5
snapshotScheduleCron: "0 */12 * * *" # every 12 hours
coredns:
nodelocal:
enabled: true
openstackControllerManager:
image: k8scloudprovider/openstack-cloud-controller-manager
tag: v1.24.0
enableLoadBalancerCreateMonitor: false
cinderCsiPlugin:
image: k8scloudprovider/cinder-csi-plugin
tag: v1.25.0
registries:
enabled: false
configs:
gcr.io:
authConfigSecretName: secret-example
caBundle: ''
insecureSkipVerify: false
mirrors:
gcr.io:
endpoint:
- 'https://gcr.io'
nodeScripts:
- name: script-example-1
runOnControlPlanes: true
script:
- /bin/bash
- -c
- "touch /tmp/example_script"
image: "ubuntu:22.04"
pauseContainerImage: "google/pause"
env:
- name: "ENV"
value: "VALUE"
volumes:
entries:
- name: root-mount
hostPath:
path: /
volumeMounts:
- name: root-mount
mountPath: /root
# LoadBalancer
agentEnvVars: []
# - name: RKE2_URL
# value: https://10.1.1.131:9345
kubeapi:
args:
- "watch-cache=true"
kubelet:
args:
- "max-pods=150"
localClusterAuthEndpoint:
enabled: false
fqdn: example.rancher.local
secretName: example-rancher-local-secret
tlsSan: []
nodepools:
- name: wa
availabilityZone: zone-a
quantity: 1
etcd: false
worker: true
netId: 427a8649-583c-4564-a3cf-d49be1f932b2
controlplane: false
bootFromVolume: false
volumeSize:
volumeDevicePath:
volumeType:
flavorName:
imageName: "ubuntu-22.04"
secGroups: default
keypairName:
sshUser: ubuntu
sshPort: 22
activeTimeout: 900
nodeGroupMaxSize: 10
nodeGroupMinSize: 10
labels:
key: value
example: value
taints:
- key: test1
value: test1
effect: NoSchedule
- key: example
value: yes
effect: PreferNoSchedule
unhealthyNodeTimeout: 5m
drainBeforeDelete: true
- name: wb
availabilityZone: zone-b
quantity: 1
etcd: false
worker: true
netId: 427a8649-583c-4564-a3cf-d49be1f932b2
controlplane: false
bootFromVolume: false
volumeSize:
volumeDevicePath:
volumeType:
flavorName:
imageName: "ubuntu-20.04"
secGroups: default
keypairName:
sshUser: ubuntu
sshPort: 22
activeTimeout: 900
nodeGroupMaxSize: 10
nodeGroupMinSize: 10
unhealthyNodeTimeout: 5m
drainBeforeDelete: true
- name: wc
availabilityZone: zone-c
quantity: 1
etcd: false
worker: true
netId: 427a8649-583c-4564-a3cf-d49be1f932b2
controlplane: false
bootFromVolume: false
volumeSize:
volumeDevicePath:
volumeType:
flavorName:
imageName: "ubuntu-20.04"
secGroups: default
keypairName:
sshUser: ubuntu
sshPort: 22
activeTimeout: 900
nodeGroupMaxSize: 10
nodeGroupMinSize: 10
unhealthyNodeTimeout: 5m
drainBeforeDelete: true
- name: cpa
availabilityZone: zone-a
quantity: 1
etcd: true
worker: false
netId: 427a8649-583c-4564-a3cf-d49be1f932b2
controlplane: true
bootFromVolume: false
volumeSize:
volumeDevicePath:
volumeType:
flavorName: flavor-cp
imageName: "ubuntu-20.04"
secGroups: default
keypairName:
sshUser: ubuntu
sshPort: 22
activeTimeout: 900
nodeGroupMaxSize: 1
nodeGroupMinSize: 1
- name: cpb
availabilityZone: zone-b
quantity: 1
etcd: true
worker: false
netId: 427a8649-583c-4564-a3cf-d49be1f932b2
controlplane: true
bootFromVolume: false
volumeSize:
volumeDevicePath:
volumeType:
flavorName: flavor-cp
imageName: "ubuntu-20.04"
secGroups: default
keypairName:
sshUser: ubuntu
sshPort: 22
activeTimeout: 900
nodeGroupMaxSize: 1
nodeGroupMinSize: 1
- name: cpc
availabilityZone: zone-c
quantity: 1
etcd: true
worker: false
netId: 427a8649-583c-4564-a3cf-d49be1f932b2
controlplane: true
bootFromVolume: false
volumeSize:
volumeDevicePath:
volumeType:
flavorName: flavor-cp
imageName: "ubuntu-20.04"
secGroups: default
keypairName:
sshUser: ubuntu
sshPort: 22
activeTimeout: 900
nodeGroupMaxSize: 1
nodeGroupMinSize: 1