New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add InstallPlan variable to SubmarinerConfig #270
Comments
|
According to the submarinerconfig object, |
I think that’s the point of this feature request — to add some way of configuring |
This adds an InstallPlanApproval entry to the SubscriptionConfig object in SubmarinerConfig, allowing the subscription's InstallPlanApproval entry to be configured. Fixes: stolostron#270 Signed-off-by: Stephen Kitt <skitt@redhat.com>
This adds an InstallPlanApproval entry to the SubscriptionConfig object in SubmarinerConfig, allowing the subscription's InstallPlanApproval entry to be configured. Fixes: stolostron#270 Signed-off-by: Stephen Kitt <skitt@redhat.com>
|
@skitt IIUC, this would also need to be backported to release-2.4 once merged? @sridhargaddam @tpantelis can you review please? This is currently blocking QE downstream. |
This adds an InstallPlanApproval entry to the SubscriptionConfig object in SubmarinerConfig, allowing the subscription's InstallPlanApproval entry to be configured. Fixes: stolostron#270 Signed-off-by: Stephen Kitt <skitt@redhat.com>
Yes, I’ve queued a cherry-pick. |
This adds an InstallPlanApproval entry to the SubscriptionConfig object in SubmarinerConfig, allowing the subscription's InstallPlanApproval entry to be configured. Fixes: #270 Signed-off-by: Stephen Kitt <skitt@redhat.com>
This adds an InstallPlanApproval entry to the SubscriptionConfig object in SubmarinerConfig, allowing the subscription's InstallPlanApproval entry to be configured. Fixes: stolostron#270 Signed-off-by: Stephen Kitt <skitt@redhat.com> (cherry picked from commit 4f1fafb)
In order to pin Submariner operator version installed, to prevent auto update with its default Subscription:
submariner-addon/pkg/hub/submarineragent/manifests/operator/submariner-operator-subscription.yaml
Line 10 in e9fb859
Please add installPlanApproval variable to SubmarinerConfig, so it can be set to "Manual".
The text was updated successfully, but these errors were encountered: