-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
🐛 fix: considers objects in kube-system for cert-manager to avoid upgrading twice #11351
🐛 fix: considers objects in kube-system for cert-manager to avoid upgrading twice #11351
Conversation
area/clusterctl |
b1e4aea
to
6c17c21
Compare
/area clusterctl |
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.
one nit from me as well.
maybe clustercuctl can eventually keep a better inventory of the cert-manager components.
but this fix seems good to me. thanks
6c17c21
to
903f3f4
Compare
/test ? |
@faiq: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
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 kubernetes-sigs/prow repository. |
/test pull-cluster-api-e2e-blocking-main |
/test pull-cluster-api-e2e-upgrade-1-31-1-32-main |
903f3f4
to
f6d0740
Compare
f6d0740
to
317fefb
Compare
317fefb
to
fae02e5
Compare
I reworked this commit to remove the endpoint/endpointSlices objects in |
The diff reads really easily now. Makes sense. Thank you for finding the root cause of this issue! /lgtm |
Please run pull-cluster-api-e2e-main once you're happy with the PR (I want to take a look at the clusterctl upgrade test logs) |
/test pull-cluster-api-e2e-main |
/test pull-cluster-api-e2e-upgrade-1-31-1-32-main |
/test pull-cluster-api-e2e-upgrade-1-31-1-32-main |
/test pull-cluster-api-e2e-main |
/lgtm |
LGTM label has been added. Git tree hash: 45b2af3dc53e5bcd409d77601e5e73fa24534398
|
/lgtm |
/assign |
Thx! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer 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 |
Feel free to cherry-pick |
/cherry-pick help |
@faiq: cannot checkout 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 kubernetes-sigs/prow repository. |
/cherry-pick release-1.8 |
@faiq: new pull request created: #11455 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 kubernetes-sigs/prow repository. |
@faiq: new pull request created: #11456 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 kubernetes-sigs/prow repository. |
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #11348