-
Notifications
You must be signed in to change notification settings - Fork 890
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 to validate spec.types of MultiClusterService Webhook #4096
Conversation
Codecov ReportAll modified lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #4096 +/- ##
=======================================
Coverage 53.50% 53.51%
=======================================
Files 234 234
Lines 23281 23281
=======================================
+ Hits 12457 12459 +2
+ Misses 10143 10142 -1
+ Partials 681 680 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
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.
This was an oversight on my part earlier, thank you very much!
/lgtm
Seems the CI failed because of can't create new clusters:
https://github.com/karmada-io/karmada/actions/runs/6402483929/job/17379406759?pr=4096 Let's give it another try. |
Thanks @lonelyCZ, when the ports array is larger than the types array, a panic is triggered. |
The space of the CI node is insufficient. A new cluster cannot be created.
|
Done. We need to cherry-pick it to v1.7. I will do it after this pr is merged. |
Hi @lonelyCZ, we have fixed the CI failed, can you help rebase the master branch? |
Signed-off-by: lonelyCZ <[email protected]>
30723ae
to
9aefb4c
Compare
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.
Thanks a lot
/lgtm
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RainbowMango 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 |
Hi @lonelyCZ, can you help cherry-pick this branch into the previous v1.7 branch? |
Ok, I will do it ASAP. |
…-upstream-release-1.7 Automated cherry pick of #4096: Fix to validate spec.types of MultiClusterService Webhook
What type of PR is this?
/kind bug
What this PR does / why we need it:
Fix to validate spec.types of MultiClusterService Webhook
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
/cc @yike21 @XiShanYongYe-Chang
Does this PR introduce a user-facing change?: