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 <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis
2021-02-02 16:15:27 -06:00
parent 422c088d62
commit f604a5ae7d

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:v0.8.1
image: k8s.gcr.io/node-problem-detector/node-problem-detector:v0.8.6
resources:
limits:
cpu: 10m