mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #103265 from fromanirh/e2e-node-fix-npd
e2e: node: fix npd test failures bumping image
This commit is contained in:
commit
ee459b8969
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user