Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unhealthyReplicas (0.11 sec)

  1. pkg/controller/statefulset/stateful_set_control.go

    			if firstUnhealthyPod == nil {
    				firstUnhealthyPod = condemned[i]
    			}
    		}
    	}
    
    	if unhealthy > 0 {
    		logger.V(4).Info("StatefulSet has unhealthy Pods", "statefulSet", klog.KObj(set), "unhealthyReplicas", unhealthy, "pod", klog.KObj(firstUnhealthyPod))
    	}
    
    	// If the StatefulSet is being deleted, don't do anything other than updating
    	// status.
    	if set.DeletionTimestamp != nil {
    		return &status, nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:03:46 UTC 2024
    - 30.9K bytes
    - Viewed (0)
Back to top