@@ -256,8 +256,8 @@ func (o *Options) processInitialFeatureGate(ctx context.Context, configInformerF
256
256
var clusterFeatureGate * configv1.FeatureGate
257
257
258
258
// 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.
261
261
//
262
262
// We implement the timeout with a context because the timeout in PollImmediateWithContext does not behave
263
263
// 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
672
672
var clusterFeatureGate * configv1.FeatureGate
673
673
674
674
// 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.
677
677
//
678
678
// We implement the timeout with a context because the timeout in PollImmediateWithContext does not behave
679
679
// well when ConditionFunc takes longer time to execute, like here where the GET can be retried by client-go
0 commit comments