diff --git a/pkg/machinery/constants/constants.go b/pkg/machinery/constants/constants.go index 8a5b03670..693e33c7a 100644 --- a/pkg/machinery/constants/constants.go +++ b/pkg/machinery/constants/constants.go @@ -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"