NE-2215: add enhancement for selectable HAProxy version#1965
NE-2215: add enhancement for selectable HAProxy version#1965jcmoraisjr wants to merge 1 commit intoopenshift:masterfrom
Conversation
This enhancement proposes adding the ability for cluster administrators to select specific HAProxy versions for IngressControllers, decoupling HAProxy version upgrades from OpenShift cluster upgrades. Supports current release and up to 2 previous releases to facilitate LTS-to-LTS migrations. Jira: https://redhat.atlassian.net/browse/NE-2215 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
@jcmoraisjr: This pull request references NE-2215 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the epic to target either version "4.22." or "openshift-4.22.", but it targets "openshift-5.0" instead. DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
|
|
||
| This enhancement modifies an existing CRD (IngressController) but does not | ||
| add webhooks or aggregated API servers. The existing SLIs for | ||
| IngressController resources apply: |
There was a problem hiding this comment.
Wondering if having a webhook instead is preferable, denying any attempt for an invalid requests. It needs a webhook since that in the current proposal the validation changes on every OpenShift release.
|
@jcmoraisjr: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
|
|
||
| ### Implementation Details/Notes/Constraints | ||
|
|
||
| The implementation requires the following high-level code changes: |
There was a problem hiding this comment.
Missing high-level comment about the approaches to package HAProxy and isolate its dynamic dependencies. Wondering if it fits here to comment all the possibilities, choosing one of them later when starting to implement.
|
/assign |
This enhancement proposes adding the ability for cluster administrators to select specific HAProxy versions for IngressControllers, decoupling HAProxy version upgrades from OpenShift cluster upgrades. Supports current release and up to 2 previous releases to facilitate LTS-to-LTS migrations.
Jira: https://redhat.atlassian.net/browse/NE-2215