mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
remove probeTicker log
This commit is contained in:
parent
b3f9f1682f
commit
6191fb8a29
@ -178,7 +178,6 @@ probeLoop:
|
||||
case <-w.stopCh:
|
||||
break probeLoop
|
||||
case <-probeTicker.C:
|
||||
klog.V(4).InfoS("Triggerd Probe by periodSeconds", "probeType", w.probeType, "pod", klog.KObj(w.pod), "podUID", w.pod.UID, "containerName", w.container.Name)
|
||||
// continue
|
||||
case <-w.manualTriggerCh:
|
||||
// Updating the periodic timer to run the probe again at intervals of probeTickerPeriod
|
||||
|
Loading…
Reference in New Issue
Block a user