Update test-rke2-001/values.yaml
This commit is contained in:
@@ -66,9 +66,9 @@ cluster:
|
|||||||
# tls_san:
|
# tls_san:
|
||||||
# - url
|
# - url
|
||||||
# - ip
|
# - ip
|
||||||
# disable:
|
disable:
|
||||||
|
- rke2-ingress-nginx
|
||||||
# - rke2-coredns
|
# - rke2-coredns
|
||||||
# - rke2-ingress-nginx
|
|
||||||
# - rke2-metrics-server
|
# - rke2-metrics-server
|
||||||
disable_scheduler: false
|
disable_scheduler: false
|
||||||
disable_cloud_controller: false
|
disable_cloud_controller: false
|
||||||
@@ -99,7 +99,7 @@ cluster:
|
|||||||
# same options as globalConfig
|
# same options as globalConfig
|
||||||
# only will apply to the worker nodes
|
# only will apply to the worker nodes
|
||||||
registries:
|
registries:
|
||||||
enabled: true
|
enabled: false
|
||||||
# configs:
|
# configs:
|
||||||
# - name: registry.example.com
|
# - name: registry.example.com
|
||||||
# authConfigSecretName: registry-creds
|
# authConfigSecretName: registry-creds
|
||||||
@@ -138,12 +138,12 @@ cluster:
|
|||||||
|
|
||||||
# node and nodepool(s) values
|
# node and nodepool(s) values
|
||||||
nodepools:
|
nodepools:
|
||||||
- name: cp
|
- name: np
|
||||||
displayName: cp
|
# displayName: np
|
||||||
quantity: 1
|
quantity: 1
|
||||||
etcd: true
|
etcd: true
|
||||||
controlplane: true
|
controlplane: true
|
||||||
worker: false
|
worker: true
|
||||||
# labels:
|
# labels:
|
||||||
# key: value
|
# key: value
|
||||||
# taints:
|
# taints:
|
||||||
@@ -198,65 +198,6 @@ nodepools:
|
|||||||
# Only accept Harvester Managed DHCP lease offers
|
# Only accept Harvester Managed DHCP lease offers
|
||||||
whitelist 192.168.154.99
|
whitelist 192.168.154.99
|
||||||
|
|
||||||
- name: wp
|
|
||||||
displayName: wp
|
|
||||||
quantity: 1
|
|
||||||
etcd: false
|
|
||||||
controlplane: false
|
|
||||||
worker: true
|
|
||||||
# labels:
|
|
||||||
# key: value
|
|
||||||
# taints:
|
|
||||||
# effect: value
|
|
||||||
# key: value
|
|
||||||
# value: value
|
|
||||||
paused: false
|
|
||||||
# drainBeforeDelete: true
|
|
||||||
# drainBeforeDeleteTimeout: 30s
|
|
||||||
# unhealthyNodeTimeout: 60s
|
|
||||||
# machineDeploymentLabels:
|
|
||||||
# key: value
|
|
||||||
# machineDeploymentAnnotations:
|
|
||||||
# key: value
|
|
||||||
# rollingUpdate:
|
|
||||||
# maxUnavailable: 1
|
|
||||||
# maxSurge: 1
|
|
||||||
# clusterId: # only needed if not using cloudCredentialSecretName
|
|
||||||
# clusterType: # only needed if not using cloudCredentialSecretName
|
|
||||||
# kubeconfigContent: # only needed if not using cloudCredentialSecretName
|
|
||||||
cpuCount: 2 # required (example: 4)
|
|
||||||
# diskBus: virtio
|
|
||||||
# diskInfo: ''
|
|
||||||
diskSize: 40 # required (example: 64)
|
|
||||||
imageName: default/image-9vmc2 #(example: default/image-abcdefg)
|
|
||||||
# keyPairName: ''
|
|
||||||
memorySize: 4 # required (example: 8)
|
|
||||||
# networkInfo: ''
|
|
||||||
# networkModel: virtio
|
|
||||||
networkName: default/vmn-lan # required (example: default/default)
|
|
||||||
# networkType: ''
|
|
||||||
# sshPassword: ''
|
|
||||||
# sshPort: 22
|
|
||||||
# sshPrivateKeyPath: ''
|
|
||||||
sshUser: rancher # required (example: rocky)
|
|
||||||
# vmAffinity: ''
|
|
||||||
# vmNamespace: default
|
|
||||||
# networkData: |
|
|
||||||
#cloud-config
|
|
||||||
userData: |
|
|
||||||
#cloud-config
|
|
||||||
package_update: true
|
|
||||||
packages:
|
|
||||||
- qemu-guest-agent
|
|
||||||
runcmd:
|
|
||||||
- systemctl enable '--now' qemu-guest-agent.service
|
|
||||||
write_files:
|
|
||||||
- path: /etc/dhcpcd.conf
|
|
||||||
permissions: '0644'
|
|
||||||
append: true
|
|
||||||
content: |
|
|
||||||
# Only accept Harvester Managed DHCP lease offers
|
|
||||||
whitelist 192.168.154.99
|
|
||||||
|
|
||||||
# addons values
|
# addons values
|
||||||
addons:
|
addons:
|
||||||
|
|||||||
Reference in New Issue
Block a user