We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 940ed18 commit a877524Copy full SHA for a877524
pkg/cluster/sync.go
@@ -488,9 +488,6 @@ func (c *Cluster) syncPrimaryPodDisruptionBudget(isUpdate bool) error {
488
}
489
490
491
- c.logger.Infof("created missing pod disruption budget %q", util.NameFromMeta(pdb.ObjectMeta))
492
- c.PrimaryPodDisruptionBudget = pdb
493
-
494
return nil
495
496
@@ -530,9 +527,6 @@ func (c *Cluster) syncCriticalOpPodDisruptionBudget(isUpdate bool) error {
530
527
531
528
532
529
533
534
- c.CriticalOpPodDisruptionBudget = pdb
535
536
537
538
0 commit comments