-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
preempt registry freeze announcement with redirect announcement #39915
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -134,21 +134,30 @@ announcements: | |||||
- name: Freezing k8s.gcr.io - Before | ||||||
startTime: 2023-02-20T00:00:00 # Added in https://github.com/kubernetes/website/pull/39575 | ||||||
# This should run before and after Kubecon EU 2023 | ||||||
endTime: 2023-03-26T00:00:00 | ||||||
endTime: 2023-03-10T00:00:00 | ||||||
style: "background: #c70202" | ||||||
title: "Legacy k8s.gcr.io container image registry will be frozen in early April 2023" | ||||||
message: | | ||||||
k8s.gcr.io image registry will be frozen from the 3rd of April 2023.<br/> | ||||||
Images for Kubernetes 1.27 will not be available in the k8s.gcr.io image registry.<br/> | ||||||
Please read our [announcement](/blog/2023/02/06/k8s-gcr-io-freeze-announcement/) for more details. | ||||||
|
||||||
- name: Freezing k8s.gcr.io - After | ||||||
startTime: 2023-04-05T00:00:00 # Added in https://github.com/kubernetes/website/pull/39575 | ||||||
# This should run before and after Kubecon EU 2023 | ||||||
- name: Redirecting k8s.gcr.io - Before | ||||||
startTime: 2023-03-10T00:00:00 # This should run before and after Kubecon EU 2023 | ||||||
endTime: 2023-03-26T00:00:00 | ||||||
style: "background: #c70202" | ||||||
title: Legacy k8s.gcr.io container image registry will be redirected to registry.k8s.io | ||||||
message: | | ||||||
k8s.gcr.io image registry will be redirected to registry.k8s.io on Monday March 20th.<br> | ||||||
All images available in k8s.gcr.io are available at registry.k8s.io.</br> | ||||||
Please read our [announcement](blog/2023/03/10/image-registry-redirect/) for more details. | ||||||
|
||||||
- name: Redirecting k8s.gcr.io - After | ||||||
startTime: 2023-04-05T00:00:00 # This should run before and after Kubecon EU 2023 | ||||||
endTime: 2023-05-31T00:00:00 | ||||||
style: "background: #c70202" | ||||||
title: Legacy k8s.gcr.io container image registry was frozen on the 3rd of April 2023 | ||||||
title: Legacy k8s.gcr.io container image registry will be redirected to registry.k8s.io | ||||||
message: | | ||||||
k8s.gcr.io image registry has been frozen on the 3rd of April 2023.<br/> | ||||||
Images for Kubernetes 1.27 are not available in the k8s.gcr.io image registry.<br/> | ||||||
Please read our [announcement](/blog/2023/02/06/k8s-gcr-io-freeze-announcement/) for more details. | ||||||
k8s.gcr.io image registry will be redirected to registry.k8s.io on Monday March 20th.<br> | ||||||
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.
Suggested change
|
||||||
All images available in k8s.gcr.io are available at registry.k8s.io.</br> | ||||||
Please read our [announcement](blog/2023/03/10/image-registry-redirect/) for more details. | ||||||
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.
Suggested change
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. thankfully the current link appears to work in my browser at least, even if non-idiomatic. phew. #39918 contains this and your other suggestions 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. It works for https://k8s.io/ but not for other pages. |
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.