@@ -89,7 +89,7 @@ dependencies:
 | 
			
		||||
    - path: cluster/images/etcd/migrate/options.go
 | 
			
		||||
 | 
			
		||||
  - name: "node-problem-detector"
 | 
			
		||||
    version: 0.8.13
 | 
			
		||||
    version: 0.8.14
 | 
			
		||||
    refPaths:
 | 
			
		||||
    - path: test/e2e_node/image_list.go
 | 
			
		||||
      match: const defaultImage
 | 
			
		||||
 
 | 
			
		||||
@@ -47,7 +47,7 @@ spec:
 | 
			
		||||
    spec:
 | 
			
		||||
      containers:
 | 
			
		||||
      - name: node-problem-detector
 | 
			
		||||
        image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.13
 | 
			
		||||
        image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.14
 | 
			
		||||
        command:
 | 
			
		||||
        - "/bin/sh"
 | 
			
		||||
        - "-c"
 | 
			
		||||
 
 | 
			
		||||
@@ -106,7 +106,7 @@ func isRunningOnArm64() bool {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func getNodeProblemDetectorImage() string {
 | 
			
		||||
	const defaultImage string = "registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.13"
 | 
			
		||||
	const defaultImage string = "registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.14"
 | 
			
		||||
	image := os.Getenv("NODE_PROBLEM_DETECTOR_IMAGE")
 | 
			
		||||
	if image == "" {
 | 
			
		||||
		image = defaultImage
 | 
			
		||||
 
 | 
			
		||||
@@ -99,7 +99,7 @@ spec:
 | 
			
		||||
            cpu: {{hollow_proxy_millicpu}}m
 | 
			
		||||
            memory: {{hollow_proxy_mem_Ki}}Ki
 | 
			
		||||
      - name: hollow-node-problem-detector
 | 
			
		||||
        image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.13
 | 
			
		||||
        image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.14
 | 
			
		||||
        env:
 | 
			
		||||
        - name: NODE_NAME
 | 
			
		||||
          valueFrom:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user