Change the wrong image path in pod yaml.

Change the wrong image path of pod yaml.
This commit is contained in:
Lantao Liu
2016-08-11 17:03:02 -07:00
committed by GitHub
parent 501e94bf10
commit 09af299a88
+1 -1
View File
@@ -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