-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Use k8s.gcr.io alias only for 1.10 #4494
Use k8s.gcr.io alias only for 1.10 #4494
Conversation
@justinsb Do you have any ETA for that to be merged? |
70a4b01
to
cfa1cc4
Compare
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.
This looks good to me assuming you get the 2 etcd tests fixed @justinsb
// and we only double-tag from 1.10 onwards. | ||
// For versions prior to 1.10, remap k8s.gcr.io to the old name. | ||
// This also means that we won't start using the aliased names on existing clusters, | ||
// which could otherwise be surprising to users. |
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.
Love this comment, thanks for the explanation.
@wojtek-t I just pinged @justinsb about the broken tests, but once those are fixed @mikesplain or I can lgtm |
/assign |
**Why:** * The current logo is using the block type logo, this updates to the smile logo **This change addresses the need by:** * closes kubernetes#4480 Signed-off-by: Christopher Hein <[email protected]>
The k8s.gcr.io prefix is an alias, but for CI builds we run from a docker load, and we only double-tag from 1.10 onwards. For versions prior to 1.10, remap k8s.gcr.io to the old name. This also means that we won't start using the aliased names on existing clusters, which could otherwise be surprising to users.
cfa1cc4
to
c74f956
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinsb, mikesplain The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The k8s.gcr.io prefix is an alias, but for CI builds we run from a
docker load, and we only double-tag from 1.10 onwards. For versions
prior to 1.10, remap k8s.gcr.io to the old name. This also means that
we won't start using the aliased names on existing clusters, which could
otherwise be surprising to users.