Skip to content

Commit 0d888eb

Browse files
authored
Merge pull request #39915 from BenTheElder/registry-banner
preempt registry freeze announcement with redirect announcement
2 parents a01b890 + 0e6a3b0 commit 0d888eb

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

data/announcements/scheduled.yaml

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -134,21 +134,30 @@ announcements:
134134
- name: Freezing k8s.gcr.io - Before
135135
startTime: 2023-02-20T00:00:00 # Added in https://github.com/kubernetes/website/pull/39575
136136
# This should run before and after Kubecon EU 2023
137-
endTime: 2023-03-26T00:00:00
137+
endTime: 2023-03-10T00:00:00
138138
style: "background: #c70202"
139139
title: "Legacy k8s.gcr.io container image registry will be frozen in early April 2023"
140140
message: |
141141
k8s.gcr.io image registry will be frozen from the 3rd of April 2023.<br/>
142142
Images for Kubernetes 1.27 will not be available in the k8s.gcr.io image registry.<br/>
143143
Please read our [announcement](/blog/2023/02/06/k8s-gcr-io-freeze-announcement/) for more details.
144144
145-
- name: Freezing k8s.gcr.io - After
146-
startTime: 2023-04-05T00:00:00 # Added in https://github.com/kubernetes/website/pull/39575
147-
# This should run before and after Kubecon EU 2023
145+
- name: Redirecting k8s.gcr.io - Before
146+
startTime: 2023-03-10T00:00:00 # This should run before and after Kubecon EU 2023
147+
endTime: 2023-03-26T00:00:00
148+
style: "background: #c70202"
149+
title: Legacy k8s.gcr.io container image registry will be redirected to registry.k8s.io
150+
message: |
151+
k8s.gcr.io image registry will be redirected to registry.k8s.io on Monday March 20th.<br>
152+
All images available in k8s.gcr.io are available at registry.k8s.io.</br>
153+
Please read our [announcement](blog/2023/03/10/image-registry-redirect/) for more details.
154+
155+
- name: Redirecting k8s.gcr.io - After
156+
startTime: 2023-04-05T00:00:00 # This should run before and after Kubecon EU 2023
148157
endTime: 2023-05-31T00:00:00
149158
style: "background: #c70202"
150-
title: Legacy k8s.gcr.io container image registry was frozen on the 3rd of April 2023
159+
title: Legacy k8s.gcr.io container image registry will be redirected to registry.k8s.io
151160
message: |
152-
k8s.gcr.io image registry has been frozen on the 3rd of April 2023.<br/>
153-
Images for Kubernetes 1.27 are not available in the k8s.gcr.io image registry.<br/>
154-
Please read our [announcement](/blog/2023/02/06/k8s-gcr-io-freeze-announcement/) for more details.
161+
k8s.gcr.io image registry will be redirected to registry.k8s.io on Monday March 20th.<br>
162+
All images available in k8s.gcr.io are available at registry.k8s.io.</br>
163+
Please read our [announcement](blog/2023/03/10/image-registry-redirect/) for more details.

0 commit comments

Comments
 (0)