-
Notifications
You must be signed in to change notification settings - Fork 213
NE-1318: Add always-enable-capabilities flag and set Ingress as always enabled #946
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
NE-1318: Add always-enable-capabilities flag and set Ingress as always enabled #946
Conversation
|
@alebedev87: This pull request references NE-1318 which is a valid jira issue. 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 kubernetes/test-infra repository. |
03c72b3 to
85ad503
Compare
|
@alebedev87: This pull request references NE-1318 which is a valid jira issue. 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 kubernetes/test-infra repository. |
Does not look related |
|
@petr-muller: The specified target(s) for
Use 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 kubernetes/test-infra repository. |
|
/retest e2e-agnostic-ovn Failures around UPD: didn't see Petr's comment above. |
|
@alebedev87: The
Use 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 kubernetes/test-infra repository. |
|
/test e2e-agnostic-ovn |
|
I think it's the same case when any new capability is implicitly enabled (e.g. while upgrading from 4.12 to 4.13 with |
|
/test e2e-agnostic-ovn |
|
/assign @wking @petr-muller |
|
/hold The ingress capability feature has been deferred to OCP 4.15. Reviews are still welcome though. |
|
@alebedev87 Can you please link the jira for this feature work? It will help with understanding the context behind the change. |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
/remove-lifecycle stale |
|
@alebedev87 this needs a rebase. Otherwise |
4b7ba61 to
ade334a
Compare
wking
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alebedev87, candita, wking The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Hi @alebedev87 Thank you for notifying us for a test from cvo side. I just had a pre-merge test to check the new flag in cvo deployment. Following is my test:
cc @evakhoni for some upgrade test from cvo side. |
|
@jiajliu as far as upgrade is concerned, I expect no much difference between the only thing comes to my mind, is a basic sanity test verifying that the behavior explained above experienced no difference compared to standard capability introduction during upgrade, in which case any deviation from the standard behavior could be considered a regression. perhaps as well as to verify a presence of the aforementioned container argument following an upgrade. correct me if you think I missed something. |
|
@evakhoni SGTM, thank you! |
|
cc @sunzhaohua2 for removing the workaround in upgrade ci after it's merged. |
|
pre-merge upgrade test pass. |
|
pre-merge test pass. /label qe-approved |
|
@alebedev87: This pull request references NE-1318 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 story to target the "4.16.0" version, but no target version was set. 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. |
|
/retest |
|
@alebedev87: all tests passed! 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/test-infra repository. I understand the commands that are listed here. |
|
[ART PR BUILD NOTIFIER] This PR has been included in build cluster-version-operator-container-v4.17.0-202404240511.p0.g1acac06.assembly.stream.el9 for distgit cluster-version-operator. |
The recently added
Ingresscapability has to remain enabled at all times for standalone OpenShift installations. As a solution, a new flag (--always-enable-capabilities) has been introduced to allow the OpenShift engineers to set a list of the capabilities which have to be always enabled. This flag withIngresscapability enabled is added to the CVO's deployment manifest by default. This doesn't impact HyperShift cluster installations because the CVO is not managed via the manifest on HyperShift.For more info, read Standalone OpenShift section of Make ingress operator optional on HyperShift EP.