Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #300 from spiffxp/use-k8s-staging-ci-images
Browse files Browse the repository at this point in the history
📖  use k8s-staging-ci-images vs kubernetes-ci-images
  • Loading branch information
k8s-ci-robot committed Jul 29, 2021
2 parents 632119d + ce0edc5 commit 22ae5f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ spec:
description: 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 a CI build (kubernetes version starts
with `ci/` or `ci-cross/`) `gcr.io/kubernetes-ci-images` will
with `ci/` or `ci-cross/`) `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.
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ spec:
to pull images from. If empty, `k8s.gcr.io` will be used
by default; in case of kubernetes version is a CI build
(kubernetes version starts with `ci/` or `ci-cross/`)
`gcr.io/kubernetes-ci-images` will be used as a default
`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.
type: string
Expand Down
2 changes: 1 addition & 1 deletion kubeadm/v1beta1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ type ClusterConfiguration struct {

// 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 a CI build (kubernetes version starts with `ci/` or `ci-cross/`)
// `gcr.io/kubernetes-ci-images` will be used as a default for control plane components and for kube-proxy, while `k8s.gcr.io`
// `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.
// +optional
ImageRepository string `json:"imageRepository,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion kubeadm/v1beta2/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ type ClusterConfiguration struct {

// 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 a CI build (kubernetes version starts with `ci/` or `ci-cross/`)
// `gcr.io/kubernetes-ci-images` will be used as a default for control plane components and for kube-proxy, while `k8s.gcr.io`
// `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.
ImageRepository string `json:"imageRepository,omitempty"`

Expand Down

0 comments on commit 22ae5f0

Please sign in to comment.