Merge pull request #103265 from fromanirh/e2e-node-fix-npd

e2e: node: fix npd test failures bumping image
This commit is contained in:
Kubernetes Prow Robot 2021-06-28 17:03:50 -07:00 committed by GitHub
commit ee459b8969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ func updateImageAllowList() {
}
func getNodeProblemDetectorImage() string {
const defaultImage string = "k8s.gcr.io/node-problem-detector:v0.6.2"
const defaultImage string = "k8s.gcr.io/node-problem-detector/node-problem-detector:v0.8.7"
image := os.Getenv("NODE_PROBLEM_DETECTOR_IMAGE")
if image == "" {
image = defaultImage