Skip to content

Commit

Permalink
Update image path in deployment yaml
Browse files Browse the repository at this point in the history
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 <sean.mcginnis@gmail.com>
  • Loading branch information
stmcginnis committed Feb 2, 2021
1 parent 422c088 commit f604a5a
Showing 1 changed file with 1 addition and 1 deletion.
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:v0.8.1
image: k8s.gcr.io/node-problem-detector/node-problem-detector:v0.8.6
resources:
limits:
cpu: 10m
Expand Down

0 comments on commit f604a5a

Please sign in to comment.