From 53b1edd9f798a3a2594a54339312f5bcd2f9ecb0 Mon Sep 17 00:00:00 2001 From: Florent Poinsard <35779988+frouioui@users.noreply.github.com> Date: Thu, 5 Oct 2023 17:29:59 -0500 Subject: [PATCH] Update pkg/controller/vitessshardreplication/reconcile_drain.go Co-authored-by: Deepthi Sigireddi --- pkg/controller/vitessshardreplication/reconcile_drain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/vitessshardreplication/reconcile_drain.go b/pkg/controller/vitessshardreplication/reconcile_drain.go index 08e33b7d..b601fa65 100644 --- a/pkg/controller/vitessshardreplication/reconcile_drain.go +++ b/pkg/controller/vitessshardreplication/reconcile_drain.go @@ -261,7 +261,7 @@ func (r *ReconcileVitessShard) reconcileDrain(ctx context.Context, vts *planetsc } } - // 4. Check if we need to any operations like disabling fast shutdown + // 4. Check if we need to perform any operations like disabling fast shutdown // for upgrades here. if err := r.disableFastShutdown(ctx, wr, pods, tablets, vts.Spec.Images.Mysqld.Image(), log); err != nil { r.recorder.Eventf(vts, corev1.EventTypeWarning,