Merge pull request #120441 from tzneal/revert-npd-update

Revert "bump npd to v0.8.14"
This commit is contained in:
Kubernetes Prow Robot
2023-09-06 06:39:04 -07:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ dependencies:
- path: cluster/images/etcd/migrate/options.go - path: cluster/images/etcd/migrate/options.go
- name: "node-problem-detector" - name: "node-problem-detector"
version: 0.8.14 version: 0.8.13
refPaths: refPaths:
- path: test/e2e_node/image_list.go - path: test/e2e_node/image_list.go
match: const defaultImage match: const defaultImage

View File

@@ -47,7 +47,7 @@ spec:
spec: spec:
containers: containers:
- name: node-problem-detector - name: node-problem-detector
image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.14 image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.13
command: command:
- "/bin/sh" - "/bin/sh"
- "-c" - "-c"

View File

@@ -106,7 +106,7 @@ func isRunningOnArm64() bool {
} }
func getNodeProblemDetectorImage() string { func getNodeProblemDetectorImage() string {
const defaultImage string = "registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.14" const defaultImage string = "registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.13"
image := os.Getenv("NODE_PROBLEM_DETECTOR_IMAGE") image := os.Getenv("NODE_PROBLEM_DETECTOR_IMAGE")
if image == "" { if image == "" {
image = defaultImage image = defaultImage

View File

@@ -99,7 +99,7 @@ spec:
cpu: {{hollow_proxy_millicpu}}m cpu: {{hollow_proxy_millicpu}}m
memory: {{hollow_proxy_mem_Ki}}Ki memory: {{hollow_proxy_mem_Ki}}Ki
- name: hollow-node-problem-detector - name: hollow-node-problem-detector
image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.14 image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.13
env: env:
- name: NODE_NAME - name: NODE_NAME
valueFrom: valueFrom: