remove probeTicker log

This commit is contained in:
mochizuki875 2024-08-30 14:36:07 +00:00
parent b3f9f1682f
commit 6191fb8a29

View File

@ -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