-
Notifications
You must be signed in to change notification settings - Fork 10
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
MGMT-17871: Include proxy when computing openshift-apiserver spec-hash #135
MGMT-17871: Include proxy when computing openshift-apiserver spec-hash #135
Conversation
@mresvanis: This pull request references MGMT-16777 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 task to target the "4.16.0" version, but no target version was set. In 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. |
Skipping CI for Draft Pull Request. |
5ba70d1
to
f537e26
Compare
@mresvanis: This pull request references MGMT-17871 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 task to target the "4.17.0" version, but no target version was set. In 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. |
f537e26
to
a72905d
Compare
Signed-off-by: Michail Resvanis <mresvani@redhat.com>
a72905d
to
09b2bae
Compare
@mresvanis: This pull request references MGMT-17871 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 task to target the "4.17.0" version, but no target version was set. In 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. |
/test e2e-aws-ovn-single-node-recert-serial |
@mresvanis: This pull request references MGMT-17871 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 task to target the "4.17.0" version, but no target version was set. In 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. |
@mresvanis: This pull request references MGMT-17871 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 task to target the "4.17.0" version, but no target version was set. In 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. |
/test e2e-aws-ovn-single-node-recert-serial |
Does this interact correctly with our Proxy rename feature? e.g. things like should it happen before or after the proxy rename. Maybe it already does, did not give a thorough review |
Yes, both the |
@omertuc FYI, because our CI currently doesn't support recert's proxy rename feature (it already checks though that after recert the SNO is healthy and no control-plane rollouts are issued), I have manually tested e2e this change by:
|
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mresvanis, omertuc The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
5ebadac
into
rh-ecosystem-edge:main
@mresvanis do we need to cherry-pick this to the release branches?
|
This PR includes the proxy env vars to the openshift-apiserver deployment JSON spec when computing its spec-hash annotation, in order to skip an
openshift-apiserver
rollout after a recert run when the cluster-wide OCPProxy
is defined.