From f604a5ae7df1ec21d1e0e3a4dd2235f7455d2324 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Tue, 2 Feb 2021 16:15:27 -0600 Subject: [PATCH] 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 --- deployment/node-problem-detector.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/node-problem-detector.yaml b/deployment/node-problem-detector.yaml index 35e79431..64589ace 100644 --- a/deployment/node-problem-detector.yaml +++ b/deployment/node-problem-detector.yaml @@ -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