Skip to content
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

Merged
merged 1 commit into from
Mar 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 17 additions & 8 deletions data/announcements/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Please read our [announcement](blog/2023/03/10/image-registry-redirect/) for more details.
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>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
k8s.gcr.io image registry will be redirected to registry.k8s.io on Monday March 20th.<br>
k8s.gcr.io image registry is being redirected to registry.k8s.io (since 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Please read our [announcement](blog/2023/03/10/image-registry-redirect/) for more details.
Please read our [announcement](/blog/2023/03/10/image-registry-redirect/) for more details.

Copy link
Member Author

Choose a reason for hiding this comment

The 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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It works for https://k8s.io/ but not for other pages.