@@ -256,8 +256,8 @@ func (o *Options) processInitialFeatureGate(ctx context.Context, configInformerF
256256 var clusterFeatureGate * configv1.FeatureGate
257257
258258 // client-go automatically retries some network blip errors on GETs for 30s by default, and we want to
259- // retry the remaining ones ourselves. If we fail longer than that, the operator won't be able to do work
260- // anyway. Return the error and crashloop.
259+ // retry the remaining ones ourselves. If we fail longer than that, CVO won't be able to do work anyway.
260+ // Return the error and crashloop.
261261 //
262262 // We implement the timeout with a context because the timeout in PollImmediateWithContext does not behave
263263 // well when ConditionFunc takes longer time to execute, like here where the GET can be retried by client-go
@@ -672,8 +672,8 @@ func (c *Context) InitializeFromPayload(ctx context.Context, restConfig *rest.Co
672672 var clusterFeatureGate * configv1.FeatureGate
673673
674674 // client-go automatically retries some network blip errors on GETs for 30s by default, and we want to
675- // retry the remaining ones ourselves. If we fail longer than that, the operator won't be able to do work
676- // anyway. Return the error and crashloop.
675+ // retry the remaining ones ourselves. If we fail longer than that, CVO won't be able to do work anyway.
676+ // Return the error and crashloop.
677677 //
678678 // We implement the timeout with a context because the timeout in PollImmediateWithContext does not behave
679679 // well when ConditionFunc takes longer time to execute, like here where the GET can be retried by client-go
0 commit comments