Skip to content

Commit f604a5a

Browse files
committed
Update image path in deployment yaml
The image location for node-problem-detector has moved under a subdirectory now. The deployment config wasn't updates, so those using the provided node-problem-detector.yaml file directly would end up with ErrImagePull errors. This updates the yaml to point to the new location and the latest release. Signed-off-by: Sean McGinnis <[email protected]>
1 parent 422c088 commit f604a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/node-problem-detector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- /node-problem-detector
3030
- --logtostderr
3131
- --config.system-log-monitor=/config/kernel-monitor.json,/config/docker-monitor.json
32-
image: k8s.gcr.io/node-problem-detector:v0.8.1
32+
image: k8s.gcr.io/node-problem-detector/node-problem-detector:v0.8.6
3333
resources:
3434
limits:
3535
cpu: 10m

0 commit comments

Comments
 (0)