Skip to content

Commit 09af299

Browse files
authored
Change the wrong image path in pod yaml.
Change the wrong image path of pod yaml.
1 parent 501e94b commit 09af299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node-problem-detector.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
command:
1414
- /node-problem-detector
1515
- --kernel-monitor=/config/kernel-monitor.json
16-
image: gcr.io/google.com/noogler-kubernetes/node-problem-detector:v0.2
16+
image: gcr.io/google_containers/node-problem-detector:v0.2
1717
imagePullPolicy: Always
1818
securityContext:
1919
privileged: true

0 commit comments

Comments
 (0)