Updated references from k8s.gcr.io to registry.k8s.io

This commit is contained in:
vaibhav2107
2023-02-14 17:10:08 +05:30
parent 6dbe19abbd
commit a5fd95c982
4 changed files with 6 additions and 6 deletions

View File

@@ -158,7 +158,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Empty LogPath will now use journald's default path.
- Systemd monitor now looks back 5 minutes.
- Bumped base image to `k8s.gcr.io/debian-base-amd64:1.0.0`.
- Bumped base image to `registry.k8s.io/debian-base-amd64:1.0.0`.
- Updated the detection method for docker overlay2 issues.
- Moved NPD into the kube-system namespace.
@@ -248,7 +248,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Bumped base image to `k8s.gcr.io/debian-base-amd64:0.4.0`.
- Bumped base image to `registry.k8s.io/debian-base-amd64:0.4.0`.
## [0.6.0] - 2018-11-27
@@ -277,7 +277,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Changed default port from 10256 to 20256 to avoid conflict with kube-proxy.
- Bumped golang version from 1.8 to 1.9.
- Bumped base image to `k8s.gcr.io/debian-base-amd64:0.3`.
- Bumped base image to `registry.k8s.io/debian-base-amd64:0.3`.
### Fixed

View File

@@ -30,7 +30,7 @@ spec:
- --logtostderr
- --config.system-log-monitor=/config/kernel-monitor.json,/config/docker-monitor.json
- --config.custom-plugin-monitor=/config/health-checker-kubelet.json
image: k8s.gcr.io/node-problem-detector/node-problem-detector:v0.8.6
image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.6
resources:
limits:
cpu: 10m

View File

@@ -29,7 +29,7 @@ spec:
- /node-problem-detector
- --logtostderr
- --config.system-log-monitor=/config/kernel-monitor.json,/config/docker-monitor.json
image: k8s.gcr.io/node-problem-detector/node-problem-detector:v0.8.7
image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.7
resources:
limits:
cpu: 10m

View File

@@ -36,7 +36,7 @@ body of the release:
an idea of what it includes.
3. Provide a link to the new image release (e.g. `Image:
k8s.gcr.io/node-problem-detector/node-problem-detector:v0.8.6`)
registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.6`)
## Post release steps