You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugzilla 1744245: Subscription should not point to deleted ip
Delete and recreate of a subscription object without any delay causes
operator install to fail.
How to reproduce:
1. Create a CatalogSource object, wait for it to become healthy.
2. Create a Subscription that refers to the CatalogSource above.
3. Wait for the operator to install successfully.
4. Update the CatalogSource
5. Wait for the updated CatalogSource to become healthy.
6. Delete the Subscription object ( created above ).
7. Recreate the Subscription object ( no time delay between delete
and create ). Delete and Create can be done one after another, there
is no need to make them concurrent.
Solution:
- The InstallPlan object(s) are listed using a lister which may
return a deleted InstallPlan object. Use a non-cached client
to query list of InstallPlan object(s)
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1744245
0 commit comments