Skip to content

Commit 208e584

Browse files
authored
Remove comment about retries. (#981)
We'll use the default exponential backoff behavior Signed-off-by: Todd Short <[email protected]>
1 parent 500397e commit 208e584

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/controllers/clusterextension_controller.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,6 @@ func (r *ClusterExtensionReconciler) reconcile(ctx context.Context, ext *ocv1alp
257257
switch unpackResult.State {
258258
case rukpaksource.StatePending:
259259
setStatusUnpackPending(ext, unpackResult.Message)
260-
// There must be a limit to number of entries if status is stuck at
261-
// unpack pending.
262260
setHasValidBundleUnknown(ext, "unpack pending")
263261
setInstalledStatusConditionUnknown(ext, "installation has not been attempted as unpack is pending")
264262

0 commit comments

Comments
 (0)