-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch some image from dockerhub to k8s.gcr (also increase pkg retries) #6955
Merged
k8s-ci-robot
merged 1 commit into
kubernetes-sigs:master
from
floryut:move_away_from_dockerhub
Nov 26, 2020
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -479,7 +479,7 @@ haproxy_image_tag: 2.2 | |
# Coredns version should be supported by corefile-migration (or at least work with) | ||
# bundle with kubeadm; if not 'basic' upgrade can sometimes fail | ||
coredns_version: "1.7.0" | ||
coredns_image_repo: "{{ docker_image_repo }}/coredns/coredns" | ||
coredns_image_repo: "{{ kube_image_repo }}/coredns" | ||
coredns_image_tag: "{{ coredns_version }}" | ||
|
||
nodelocaldns_version: "1.15.16" | ||
|
@@ -489,10 +489,8 @@ nodelocaldns_image_tag: "{{ nodelocaldns_version }}" | |
dnsautoscaler_version: 1.8.3 | ||
dnsautoscaler_image_repo: "{{ kube_image_repo }}/cpa/cluster-proportional-autoscaler-{{ image_arch }}" | ||
dnsautoscaler_image_tag: "{{ dnsautoscaler_version }}" | ||
test_image_repo: "{{ docker_image_repo }}/library/busybox" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is used in test and we don't care about the busybox image.. |
||
test_image_repo: "{{ kube_image_repo }}/busybox" | ||
test_image_tag: latest | ||
busybox_image_repo: "{{ docker_image_repo }}/library/busybox" | ||
busybox_image_tag: 1.32.0 | ||
helm_version: "v3.2.4" | ||
helm_image_repo: "{{ docker_image_repo }}/lachlanevenson/k8s-helm" | ||
helm_image_tag: "{{ helm_version }}" | ||
|
@@ -918,15 +916,6 @@ downloads: | |
groups: | ||
- kube-master | ||
|
||
busybox: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For information, this is no longer used in kube-router since 1.x |
||
enabled: "{{ kube_network_plugin in ['kube-router'] }}" | ||
container: true | ||
repo: "{{ busybox_image_repo }}" | ||
tag: "{{ busybox_image_tag }}" | ||
sha256: "{{ busybox_digest_checksum|default(None) }}" | ||
groups: | ||
- k8s-cluster | ||
|
||
testbox: | ||
enabled: false | ||
container: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The official release repo for CoreDNS is DockerHub. I know kubeadm default is the one in gcr.io but I'm wondering what we should use, the official one or the kubeadm's.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess it doesn't really matter, as long as that's part of their release process now that CoreDNS is kube default DNS stack