feat: add support for custom kubeadm pull image repository (#12128)

Signed-off-by: Ho Kim <ho.kim@ulagbulag.io>
This commit is contained in:
Ho Kim
2025-08-14 10:03:06 +09:00
committed by GitHub
parent 155c1c1531
commit 707616178e
4 changed files with 4 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ nodeRegistration:
---
apiVersion: kubeadm.k8s.io/{{ kubeadm_config_api_version }}
kind: ClusterConfiguration
imageRepository: {{ kube_image_repo }}
imageRepository: {{ kubeadm_image_repo }}
kubernetesVersion: v{{ kube_version }}
etcd:
{% if etcd_deployment_type == "kubeadm" %}