2024-10-31 16:54:18 +01:00
|
|
|
rancherTurtles:
|
|
|
|
image: registry.rancher.com/rancher/rancher/turtles
|
2024-11-14 19:12:54 +01:00
|
|
|
imageVersion: v0.13.0
|
2024-10-31 16:54:18 +01:00
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
namespace: rancher-turtles-system
|
|
|
|
managerArguments: []
|
|
|
|
imagePullSecrets: []
|
2024-11-14 19:12:54 +01:00
|
|
|
rancherInstalled: true
|
2024-10-31 16:54:18 +01:00
|
|
|
features:
|
|
|
|
cluster-api-operator:
|
|
|
|
cleanup: true
|
|
|
|
kubectlImage: rancher/kubectl:v1.30.3
|
|
|
|
embedded-capi:
|
|
|
|
disabled: false
|
|
|
|
rancher-webhook:
|
|
|
|
cleanup: false
|
|
|
|
kubectlImage: rancher/kubectl:v1.30.3
|
|
|
|
rancher-kubeconfigs:
|
|
|
|
label: false
|
|
|
|
managementv3-cluster:
|
|
|
|
enabled: true
|
|
|
|
managementv3-cluster-migration:
|
|
|
|
enabled: false
|
|
|
|
propagate-labels:
|
|
|
|
enabled: false
|
|
|
|
etcd-snapshot-restore:
|
|
|
|
enabled: false
|
|
|
|
addon-provider-fleet:
|
|
|
|
enabled: false
|
|
|
|
cluster-api-operator:
|
|
|
|
enabled: true
|
|
|
|
cert-manager:
|
|
|
|
enabled: false
|
|
|
|
volumes:
|
|
|
|
- name: cert
|
|
|
|
secret:
|
|
|
|
defaultMode: 420
|
|
|
|
secretName: capi-operator-webhook-service-cert
|
|
|
|
- name: clusterctl-config
|
|
|
|
configMap:
|
|
|
|
name: clusterctl-config
|
2024-11-14 19:12:54 +01:00
|
|
|
image:
|
|
|
|
manager:
|
|
|
|
repository: registry.rancher.com/rancher/cluster-api-operator
|
2024-10-31 16:54:18 +01:00
|
|
|
volumeMounts:
|
|
|
|
manager:
|
|
|
|
- mountPath: /tmp/k8s-webhook-server/serving-certs
|
|
|
|
name: cert
|
|
|
|
readOnly: true
|
|
|
|
- mountPath: /config
|
|
|
|
name: clusterctl-config
|
|
|
|
readOnly: true
|
|
|
|
cluster-api:
|
|
|
|
enabled: true
|
|
|
|
configSecret:
|
|
|
|
name: ""
|
|
|
|
defaultName: capi-env-variables
|
|
|
|
core:
|
|
|
|
namespace: capi-system
|
2024-11-14 19:12:54 +01:00
|
|
|
imageUrl: ""
|
2024-10-31 16:54:18 +01:00
|
|
|
fetchConfig:
|
|
|
|
url: ""
|
|
|
|
selector: ""
|
|
|
|
rke2:
|
|
|
|
enabled: true
|
|
|
|
version: ""
|
|
|
|
bootstrap:
|
|
|
|
namespace: rke2-bootstrap-system
|
2024-11-14 19:12:54 +01:00
|
|
|
imageUrl: "registry.rancher.com/rancher/cluster-api-provider-rke2-bootstrap:v0.8.0"
|
2024-10-31 16:54:18 +01:00
|
|
|
fetchConfig:
|
|
|
|
url: ""
|
|
|
|
selector: ""
|
|
|
|
controlPlane:
|
|
|
|
namespace: rke2-control-plane-system
|
2024-11-14 19:12:54 +01:00
|
|
|
imageUrl: "registry.rancher.com/rancher/cluster-api-provider-rke2-controlplane:v0.8.0"
|
2024-10-31 16:54:18 +01:00
|
|
|
fetchConfig:
|
|
|
|
url: ""
|
|
|
|
selector: ""
|
|
|
|
metal3:
|
|
|
|
enabled: true
|
|
|
|
version: ""
|
|
|
|
infrastructure:
|
|
|
|
namespace: capm3-system
|
2024-11-14 19:12:54 +01:00
|
|
|
imageUrl: "%%IMG_REPO%%/%%IMG_PREFIX%%cluster-api-provider-metal3:1.7.2"
|
2024-10-31 16:54:18 +01:00
|
|
|
fetchConfig:
|
|
|
|
url: ""
|
|
|
|
selector: ""
|
|
|
|
ipam:
|
|
|
|
namespace: capm3-system
|
2024-11-14 19:12:54 +01:00
|
|
|
imageUrl: "%%IMG_REPO%%/%%IMG_PREFIX%%images/ip-address-manager:1.7.2"
|