diff --git a/content/en/docs/reference/config-api/kubeadm-config.v1beta2.md b/content/en/docs/reference/config-api/kubeadm-config.v1beta2.md
index a6e2bd98cd..67858aa0fd 100644
--- a/content/en/docs/reference/config-api/kubeadm-config.v1beta2.md
+++ b/content/en/docs/reference/config-api/kubeadm-config.v1beta2.md
@@ -159,7 +159,7 @@ configuration types to be used during a kubeadm init
run.
kubeadm init
run.
readOnly: false
pathType: File
certificatesDir: "/etc/kubernetes/pki"
-imageRepository: "k8s.gcr.io"
+imageRepository: "registry.k8s.io"
useHyperKubeImage: false
clusterName: "example-cluster"
---
@@ -349,10 +349,10 @@ could be used for assigning a stable DNS to the control plane.
imageRepository
sets the container registry to pull images from.
-If empty, k8s.gcr.io
will be used by default; in case of kubernetes version is
+If empty, registry.k8s.io
will be used by default; in case of kubernetes version is
a CI build (kubernetes version starts with ci/
) gcr.io/k8s-staging-ci-images
is used as a default for control plane components and for kube-proxy, while
-k8s.gcr.io
will be used for all the other images.
registry.k8s.io
will be used for all the other images.
useHyperKubeImage
[Required]kubeadm init
run.
etcd:
# one of local or external
local:
- imageRepository: "k8s.gcr.io"
+ imageRepository: "registry.k8s.io"
imageTag: "3.2.24"
dataDir: "/var/lib/etcd"
extraArgs:
@@ -225,7 +225,7 @@ configuration types to be used during a kubeadm init
run.
readOnly: false
pathType: File
certificatesDir: "/etc/kubernetes/pki"
-imageRepository: "k8s.gcr.io"
+imageRepository: "registry.k8s.io"
clusterName: "example-cluster"
---
apiVersion: kubelet.config.k8s.io/v1beta1
@@ -359,10 +359,10 @@ be used for assigning a stable DNS to the control plane.
imageRepository
sets the container registry to pull images from.
-If empty, k8s.gcr.io
will be used by default.
+If empty, registry.k8s.io
will be used by default.
In case of kubernetes version is a CI build (kubernetes version starts with ci/
)
gcr.io/k8s-staging-ci-images
will be used as a default for control plane components
-and for kube-proxy, while k8s.gcr.io
will be used for all the other images.
registry.k8s.io
will be used for all the other images.
featureGates