From 09af299a886e38ccb771177b2744d4f9524596e9 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Thu, 11 Aug 2016 17:03:02 -0700 Subject: [PATCH] Change the wrong image path in pod yaml. Change the wrong image path of pod yaml. --- node-problem-detector.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-problem-detector.yaml b/node-problem-detector.yaml index cc762e29..e0eaf3e5 100644 --- a/node-problem-detector.yaml +++ b/node-problem-detector.yaml @@ -13,7 +13,7 @@ spec: command: - /node-problem-detector - --kernel-monitor=/config/kernel-monitor.json - image: gcr.io/google.com/noogler-kubernetes/node-problem-detector:v0.2 + image: gcr.io/google_containers/node-problem-detector:v0.2 imagePullPolicy: Always securityContext: privileged: true