Skip to content

Commit 95b0e95

Browse files
authored
[en]Update k8s.gcr.io to registry.k8s.io (#39511)
* [en]Update k8s.gcr.io to registry.k8s.io * Mention about k8s.gcr.io registry change. * Added note on k8s.gcr.io registry change * fix grammer
1 parent 29205f4 commit 95b0e95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/blog/_posts/2019-12-02-gardener-project-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The essential idea is that so-called **seed** clusters are used to host the
4747
control planes of end-user clusters (botanically named **shoots**). \
4848
Gardener provides vanilla Kubernetes clusters as a service independent of the
4949
underlying infrastructure provider in a homogenous way, utilizing the upstream
50-
provided `k8s.gcr.io/*` images as open distribution. The project is built
50+
provided `k8s.gcr.io/*` images as open distribution _(update: `k8s.gcr.io` has been deprecated in favor of `registry.k8s.io`)._ The project is built
5151
entirely on top of Kubernetes extension concepts, and as such adds a custom API
5252
server, a controller-manager, and a scheduler to create and manage the lifecycle
5353
of Kubernetes clusters. It extends the Kubernetes API with custom resources,

content/en/blog/_posts/2021-04-13-kube-state-metrics-goes-v-2-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ So without further ado, here is the list of more noteworthy user-facing breaking
3535
* Metric labels that relate to Kubernetes were converted to snake_case.
3636
* If you are importing kube-state-metrics as a library, we have updated our go module path to `k8s.io/kube-state-metrics/v2`
3737
* All deprecated stable metrics were removed as per the [notice in the v1.9 release](https://github.com/kubernetes/kube-state-metrics/tree/release-1.9/docs#metrics-deprecation).
38-
* `quay.io/coreos/kube-state-metrics` images will no longer be updated. `k8s.gcr.io/kube-state-metrics/kube-state-metrics` is the new canonical location.
38+
* `quay.io/coreos/kube-state-metrics` images will no longer be updated. `k8s.gcr.io/kube-state-metrics/kube-state-metrics` is the new canonical location _(update: `k8s.gcr.io` has been deprecated in favor of `registry.k8s.io`)._
3939
* The helm chart that is part of the kubernetes/kube-state-metrics repository is deprecated. https://github.com/prometheus-community/helm-charts will be its new location.
4040

4141
For the full list of v2.0 release changes includes features, bug fixes and other breaking changes see the full [CHANGELOG](https://github.com/kubernetes/kube-state-metrics/blob/master/CHANGELOG.md).

0 commit comments

Comments
 (0)