registry.altlinux.org for kubelet image too

This commit is contained in:
Алексей Шабалин 2024-10-29 19:04:22 +03:00
parent f62591d84e
commit 9e2954a0a3

View File

@ -363,7 +363,7 @@ const (
DefaultControlPlanePort = 6443
// KubeletImage is the enforced kubelet image to use.
KubeletImage = "ghcr.io/siderolabs/kubelet"
KubeletImage = "registry.altlinux.org/k8s-sisyphus/kubelet"
// KubeProxyImage is the enforced kube-proxy image to use for the control plane.
KubeProxyImage = "registry.altlinux.org/k8s-sisyphus/kube-proxy"