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
I created a subscription with installPlanApproval: Manual, and I manually approved the InstallPlan that was created. Then I created another subscription with installPlanApproval: Automatic.
What did you expect to see?
I expected to find a new InstallPlan with an OwnerReference to my new Subscription. And sometimes I do, like this:
What did you see instead? Under which circumstances?
Sometimes (and I don't know what causes this - I'm running this inside a test suite so it's a consistent setup from my perspective) the InstallPlan does not have an OwnerReference for the new subscription, only the old one, like this:
I'd still consider it a bug, but a workaround is to use the label to find the InstallPlan, which can be easily determined from the Subscription details.
Additional context
This might be related to #3052, but it seemed like that issue might have been confused by there being two OwnerReferences, one for each Subscription... I don't mind that there might be two owners, I just wish one of the owners was the subscription that actually caused the InstallPlan to be created.
The text was updated successfully, but these errors were encountered:
Thinking about it more, it would actually be really nice if the only owner of the InstallPlan was the subscription that caused it to be created. The label I found seems to be removed from old install plans, so it can't be used to find old ones in case I'm interested in the history of the operator.
Bug Report
What did you do?
I created a subscription with
installPlanApproval: Manual
, and I manually approved the InstallPlan that was created. Then I created another subscription withinstallPlanApproval: Automatic
.What did you expect to see?
I expected to find a new InstallPlan with an OwnerReference to my new Subscription. And sometimes I do, like this:
What did you see instead? Under which circumstances?
Sometimes (and I don't know what causes this - I'm running this inside a test suite so it's a consistent setup from my perspective) the InstallPlan does not have an OwnerReference for the new subscription, only the old one, like this:
Environment
v0.26.0
Possible Solution
I'd still consider it a bug, but a workaround is to use the label to find the InstallPlan, which can be easily determined from the Subscription details.
Additional context
This might be related to #3052, but it seemed like that issue might have been confused by there being two OwnerReferences, one for each Subscription... I don't mind that there might be two owners, I just wish one of the owners was the subscription that actually caused the InstallPlan to be created.
The text was updated successfully, but these errors were encountered: