Add dedicated RELATED_IMAGE for instanceha instead of reusing openstackclient#1994
Add dedicated RELATED_IMAGE for instanceha instead of reusing openstackclient#19944383 wants to merge 1 commit into
Conversation
…ckclient Instanceha pods were using OpenstackClientImage, which prevented OLM from independently overriding the instanceha container image for RHOSO deployments. This adds a dedicated RELATED_IMAGE_INSTANCE_HA_IMAGE_URL_DEFAULT env var and InstanceHaImage field so instanceha can be configured separately. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 4383 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @4383. Thanks for your PR. I'm waiting for a openstack-k8s-operators member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
OpenStackControlPlane CRD Size Report
Threshold reference
|
|
Thanks Herve, we had this before and we decided to avoid adding a new constant/field/etc since we are sharing the same image as the openstackclient. We can fix this in infra-operator by flipping the logic around, so spec -> configmap -> webhook defaulting instead of what we have now openstack-k8s-operators/infra-operator#634 |
|
@lmiccini no problem, thank you, then I'm closing this PR |
Instanceha pods were using OpenstackClientImage, which prevented OLM from independently overriding the instanceha container image for RHOSO deployments. This adds a dedicated RELATED_IMAGE_INSTANCE_HA_IMAGE_URL_DEFAULT env var and InstanceHaImage field so instanceha can be configured separately.