Skip to content

Commit 16f5a73

Browse files
authored
Merge pull request #1011 from percona/K8SPS-172_delete_logs
K8SPS-172 delete logs
2 parents 076a985 + 9803756 commit 16f5a73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/controller/ps/controller.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,6 @@ func (r *PerconaServerMySQLReconciler) reconcileOrchestrator(ctx context.Context
830830
}
831831

832832
func (r *PerconaServerMySQLReconciler) reconcileOrchestratorServices(ctx context.Context, cr *apiv1alpha1.PerconaServerMySQL) error {
833-
log := logf.FromContext(ctx)
834833
if err := k8s.EnsureService(ctx, r.Client, cr, orchestrator.Service(cr), r.Scheme, true); err != nil {
835834
return errors.Wrap(err, "reconcile Service")
836835
}
@@ -839,7 +838,6 @@ func (r *PerconaServerMySQLReconciler) reconcileOrchestratorServices(ctx context
839838
if err := r.reconcileServicePerPod(ctx, cr, &exposer); err != nil {
840839
return errors.Wrap(err, "reconcile service per pod")
841840
}
842-
log.Info("Finished reconciling orchestrator services")
843841
return nil
844842
}
845843

0 commit comments

Comments
 (0)