File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
158
158
159
159
- Empty LogPath will now use journald's default path.
160
160
- Systemd monitor now looks back 5 minutes.
161
- - Bumped base image to ` k8s.gcr .io/debian-base-amd64:1.0.0` .
161
+ - Bumped base image to ` registry.k8s .io/debian-base-amd64:1.0.0` .
162
162
- Updated the detection method for docker overlay2 issues.
163
163
- Moved NPD into the kube-system namespace.
164
164
@@ -248,7 +248,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
248
248
249
249
### Changed
250
250
251
- - Bumped base image to ` k8s.gcr .io/debian-base-amd64:0.4.0` .
251
+ - Bumped base image to ` registry.k8s .io/debian-base-amd64:0.4.0` .
252
252
253
253
## [ 0.6.0] - 2018-11-27
254
254
@@ -277,7 +277,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
277
277
278
278
- Changed default port from 10256 to 20256 to avoid conflict with kube-proxy.
279
279
- Bumped golang version from 1.8 to 1.9.
280
- - Bumped base image to ` k8s.gcr .io/debian-base-amd64:0.3` .
280
+ - Bumped base image to ` registry.k8s .io/debian-base-amd64:0.3` .
281
281
282
282
### Fixed
283
283
Original file line number Diff line number Diff line change 30
30
- --logtostderr
31
31
- --config.system-log-monitor=/config/kernel-monitor.json,/config/docker-monitor.json
32
32
- --config.custom-plugin-monitor=/config/health-checker-kubelet.json
33
- image : k8s.gcr .io/node-problem-detector/node-problem-detector:v0.8.6
33
+ image : registry.k8s .io/node-problem-detector/node-problem-detector:v0.8.6
34
34
resources :
35
35
limits :
36
36
cpu : 10m
Original file line number Diff line number Diff line change 29
29
- /node-problem-detector
30
30
- --logtostderr
31
31
- --config.system-log-monitor=/config/kernel-monitor.json,/config/docker-monitor.json
32
- image : k8s.gcr .io/node-problem-detector/node-problem-detector:v0.8.7
32
+ image : registry.k8s .io/node-problem-detector/node-problem-detector:v0.8.7
33
33
resources :
34
34
limits :
35
35
cpu : 10m
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ body of the release:
36
36
an idea of what it includes.
37
37
38
38
3 . Provide a link to the new image release (e.g. `Image:
39
- k8s.gcr .io/node-problem-detector/node-problem-detector: v0 .8.6`)
39
+ registry.k8s .io/node-problem-detector/node-problem-detector: v0 .8.6`)
40
40
41
41
## Post release steps
42
42
You can’t perform that action at this time.
0 commit comments