mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Remove annoying log
This commit is contained in:
parent
83fa5dff5d
commit
a95927b46d
@ -358,7 +358,7 @@ func (dc *DisruptionController) getPdbForPod(pod *api.Pod) *policy.PodDisruption
|
|||||||
// caller.
|
// caller.
|
||||||
pdbs, err := dc.pdbLister.GetPodPodDisruptionBudgets(pod)
|
pdbs, err := dc.pdbLister.GetPodPodDisruptionBudgets(pod)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
glog.V(0).Infof("No PodDisruptionBudgets found for pod %v, PodDisruptionBudget controller will avoid syncing.", pod.Name)
|
glog.V(4).Infof("No PodDisruptionBudgets found for pod %v, PodDisruptionBudget controller will avoid syncing.", pod.Name)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user