From e1901beadd9ba0f82a40a0c47dd3737270965187 Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Thu, 29 Jul 2021 08:20:31 -0700 Subject: [PATCH] use k8s-staging-images vs kubernetes-ci-images --- genref/output/html/kubeadm-config.v1beta1.html | 2 +- genref/output/html/kubeadm-config.v1beta2.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/genref/output/html/kubeadm-config.v1beta1.html b/genref/output/html/kubeadm-config.v1beta1.html index c97e4da912..264b8d83f9 100644 --- a/genref/output/html/kubeadm-config.v1beta1.html +++ b/genref/output/html/kubeadm-config.v1beta1.html @@ -648,7 +648,7 @@

ClusterConfiguration `imageRepository` specifies the container registry from which images are pulled. If empty, `k8s.gcr.io` will be used. If kubernetes version is a CI build (starts with `ci/` or `ci-cross/`) -`gcr.io/kubernetes-ci-images` will be used for control plane components and +`gcr.io/k8s-staging-ci-images` will be used for control plane components and kube-proxy, while `k8s.gcr.io` will be used for all the other images. diff --git a/genref/output/html/kubeadm-config.v1beta2.html b/genref/output/html/kubeadm-config.v1beta2.html index ae57b5fc0b..b44ef1b9cd 100644 --- a/genref/output/html/kubeadm-config.v1beta2.html +++ b/genref/output/html/kubeadm-config.v1beta2.html @@ -639,7 +639,7 @@

ClusterConfiguration `imageRepository` specifies the container registry from which images are pulled. If empty, `k8s.gcr.io` will be used. If kubernetes version is a CI build (starts with `ci/` or `ci-cross/`) -`gcr.io/kubernetes-ci-images` will be used for control plane components and +`gcr.io/k8s-staging-ci-images` will be used for control plane components and kube-proxy, while `k8s.gcr.io` will be used for all the other images.