Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion deployment/node-problem-detector-healthchecker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deployment/node-problem-detector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down