Bug 2097381
| Summary: | [Submariner] - Fails to increase gateway amount after deployment | ||
|---|---|---|---|
| Product: | Red Hat Advanced Cluster Management for Kubernetes | Reporter: | Maxim Babushkin <mbabushk> |
| Component: | Submariner | Assignee: | Mike Kolesnik <mkolesni> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Noam Manos <nmanos> |
| Severity: | medium | Docs Contact: | Christopher Dawson <cdawson> |
| Priority: | unspecified | ||
| Version: | rhacm-2.5 | CC: | dfarrell, ecai, maafried, mkolesni, nyechiel, skitt |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | rhacm-2.7 | Flags: | nyechiel:
rhacm-2.7+
nyechiel: rhacm-2.7.z+ |
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-01-31 21:49:34 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Maxim Babushkin
2022-06-15 14:50:32 UTC
Tested on the latest 2.6 / 0.13.0 build. The increase is working for the AWS platform. Was fixes by https://github.com/stolostron/submariner-addon/pull/409 But still not works for the GCP platform. This needs https://github.com/stolostron/submariner-addon/issues/452 fixed in order to be able to analyze & fix it properly. > This needs https://github.com/stolostron/submariner-addon/issues/452 fixed in order to be able to analyze & fix it properly.
This has been merged.
The problem is the operator is consumed from a subscription, and the image there is 0.13.0 IIRC, and theres no convenient way to use a different one. We should probably get https://github.com/stolostron/submariner-addon/issues/475 in to be able to resume testing (this and other issues). Can you try test with the workaround described here: https://github.com/stolostron/submariner-addon/pull/522 ? This should be fixed by https://github.com/stolostron/submariner-addon/pull/606 (which would need backports to 2.7 & 2.6 & perhaps 2.5?) 2.6 backport: https://github.com/stolostron/submariner-addon/pull/609 Increase of the gateway nodes post deployment has been successfully verified. |