Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Update kube-scheduler image repo to k8s.gcr.io
Browse files Browse the repository at this point in the history
gcr.io is not updated with the latest k8s v1.18.8 images.
k8s.gcr.io has the latest version and is used by kubeadm.
  • Loading branch information
darkowlzz committed Aug 17, 2020
1 parent 9af571d commit ab5e407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/image/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const (

DefaultHyperkubeContainerRegistry = "gcr.io/google_containers/hyperkube"

DefaultKubeSchedulerContainerRegistry = "gcr.io/google-containers/kube-scheduler"
DefaultKubeSchedulerContainerRegistry = "k8s.gcr.io/kube-scheduler"
)

// Environment variables for setting default images.
Expand Down

0 comments on commit ab5e407

Please sign in to comment.