Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CheckPodReadyOrComplete (0.18 sec)

  1. cni/pkg/nodeagent/informers.go

    			// then install Istio, then the pod goes ready, and we'd miss capture) - but that
    			// seems vanishingly unlikely
    			wasReady := kube.CheckPodReadyOrComplete(oldPod)
    			isReady := kube.CheckPodReadyOrComplete(newPod)
    			if wasReady != nil && isReady != nil && isAnnotated {
    				log.Infof("pod update event skipped: added/labeled by CNI plugin")
    				return nil
    			}
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Oct 09 16:05:45 UTC 2024
    - 11.7K bytes
    - Viewed (0)
Back to top