-
Notifications
You must be signed in to change notification settings - Fork 910
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 zero deployment can still propagate to member clusters when EnableEmptyWorkloadPropagation flag is false #3496
Conversation
Thanks, so quick response! |
b3f1473
to
aff506f
Compare
aff506f
to
ece9c97
Compare
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #3496 +/- ##
==========================================
- Coverage 52.96% 52.94% -0.02%
==========================================
Files 216 216
Lines 20014 20019 +5
==========================================
- Hits 10601 10600 -1
- Misses 8843 8848 +5
- Partials 570 571 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
/hold |
ece9c97
to
adbd5e3
Compare
/hold cancel |
adbd5e3
to
4bac7d1
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 @chaunceyjiang
/lgtm
I have raise a pr to debug the failed test case, #3518
This error has nothing to do with the current modification. So ask @RainbowMango to help rerun the test.
/cc @RainbowMango
4bac7d1
to
831d549
Compare
26ce9ca
to
6c6e617
Compare
/cc @XiShanYongYe-Chang @Garrybest Please take a look. |
6c6e617
to
95064dd
Compare
114c9b3
to
b63c51d
Compare
b63c51d
to
9043202
Compare
… still can be propagated to member cluster Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
9043202
to
a6d58ee
Compare
Thanks! |
Do you think this patch should be included in v1.6(which will be cut today)? |
Yes, i think it is necessar, otherwise, a lot of 'empty shell' in member clusters. |
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.
/assign
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 @chaunceyjiang I think we need to cherry-pick this patch to the previous branch, how do you think? |
OK |
…#3496-origin-release-1.5 Automated cherry pick of #3496: fix When EnableEmptyWorkloadPropagation flag is false zero
…#3496-origin-release-1.4 Automated cherry pick of #3496: fix When EnableEmptyWorkloadPropagation flag is false zero
What type of PR is this?
/kind bug
What this PR does / why we need it:
Fix zero deployment can still propagate to member clusters when EnableEmptyWorkloadPropagation flag is false
Which issue(s) this PR fixes:
Fixes #3495
Special notes for your reviewer:
Does this PR introduce a user-facing change?: