Merge pull request #39915 from BenTheElder/registry-banner
preempt registry freeze announcement with redirect announcementpull/39918/head
commit
0d888eb262
|
@ -134,7 +134,7 @@ announcements:
|
||||||
- name: Freezing k8s.gcr.io - Before
|
- name: Freezing k8s.gcr.io - Before
|
||||||
startTime: 2023-02-20T00:00:00 # Added in https://github.com/kubernetes/website/pull/39575
|
startTime: 2023-02-20T00:00:00 # Added in https://github.com/kubernetes/website/pull/39575
|
||||||
# This should run before and after Kubecon EU 2023
|
# This should run before and after Kubecon EU 2023
|
||||||
endTime: 2023-03-26T00:00:00
|
endTime: 2023-03-10T00:00:00
|
||||||
style: "background: #c70202"
|
style: "background: #c70202"
|
||||||
title: "Legacy k8s.gcr.io container image registry will be frozen in early April 2023"
|
title: "Legacy k8s.gcr.io container image registry will be frozen in early April 2023"
|
||||||
message: |
|
message: |
|
||||||
|
@ -142,13 +142,22 @@ announcements:
|
||||||
Images for Kubernetes 1.27 will not be available in the k8s.gcr.io image registry.<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.
|
Please read our [announcement](/blog/2023/02/06/k8s-gcr-io-freeze-announcement/) for more details.
|
||||||
|
|
||||||
- name: Freezing k8s.gcr.io - After
|
- name: Redirecting k8s.gcr.io - Before
|
||||||
startTime: 2023-04-05T00:00:00 # Added in https://github.com/kubernetes/website/pull/39575
|
startTime: 2023-03-10T00:00:00 # This should run before and after Kubecon EU 2023
|
||||||
# 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
|
endTime: 2023-05-31T00:00:00
|
||||||
style: "background: #c70202"
|
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: |
|
message: |
|
||||||
k8s.gcr.io image registry has been frozen on the 3rd of April 2023.<br/>
|
k8s.gcr.io image registry will be redirected to registry.k8s.io on Monday March 20th.<br>
|
||||||
Images for Kubernetes 1.27 are not available in the k8s.gcr.io image registry.<br/>
|
All images available in k8s.gcr.io are available at registry.k8s.io.</br>
|
||||||
Please read our [announcement](/blog/2023/02/06/k8s-gcr-io-freeze-announcement/) for more details.
|
Please read our [announcement](blog/2023/03/10/image-registry-redirect/) for more details.
|
||||||
|
|
Loading…
Reference in New Issue