You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/introduction.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,17 @@ Started by the Kubernetes Special Interest Group (SIG) [Cluster Lifecycle](https
6
6
7
7
## ⚠️ Breaking Changes ⚠️
8
8
9
+
<asideclass="note">
10
+
<h1>Legacy k8s.gcr.io container image registry will be redirected to registry.k8s.io</h1>
11
+
12
+
k8s.gcr.io image registry will be redirected to registry.k8s.io on Monday March 20th.
13
+
All images available in k8s.gcr.io are available at registry.k8s.io.
14
+
Please read the [announcement](https://kubernetes.io/blog/2023/03/10/image-registry-redirect/) for more details.
15
+
16
+
Also, this [guide](https://github.com/kubernetes/registry.k8s.io/tree/main/docs/mirroring) provide instructions about how to identify images to mirror and how to use mirrored images.
0 commit comments