Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign updeprecate cleanup-ipvs flag #83832
Conversation
This comment has been minimized.
This comment has been minimized.
Hi @gongguan. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
This comment has been minimized.
This comment has been minimized.
/assign @thockin |
This comment has been minimized.
This comment has been minimized.
/assign @bowei |
e824bd4
to
23da7a0
This comment has been minimized.
This comment has been minimized.
/kind cleanup |
23da7a0
to
8577711
This comment has been minimized.
This comment has been minimized.
@gongguan: Failed to re-open PR: state cannot be changed. There are no new commits on the gongguan:deprecate_cleanup-ipvs_flag branch. 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/test-infra repository. |
This comment has been minimized.
This comment has been minimized.
@gongguan: Reopened this PR. 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/test-infra repository. |
e53cca6
to
ebe4496
Thanks! /lgtm |
This comment has been minimized.
This comment has been minimized.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gongguan, thockin 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 |
@@ -153,6 +153,7 @@ func (o *Options) AddFlags(fs *pflag.FlagSet) { | |||
|
|||
fs.BoolVar(&o.CleanupAndExit, "cleanup", o.CleanupAndExit, "If true cleanup iptables and ipvs rules and exit.") | |||
fs.BoolVar(&o.CleanupIPVS, "cleanup-ipvs", o.CleanupIPVS, "If true and --cleanup is specified, kube-proxy will also flush IPVS rules, in addition to normal cleanup.") | |||
fs.MarkDeprecated("cleanup-ipvs", "In a future release, running --cleanup will always flush IPVS rules") |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
gongguan
Nov 2, 2019
Author
Contributor
Can #78797 be used as the tracking issue or a new one raised by me?
This comment has been minimized.
This comment has been minimized.
gongguan
Nov 2, 2019
Author
Contributor
Should I add a comment with the tracking issue above the sentence?
This comment has been minimized.
This comment has been minimized.
andrewsykim
Nov 2, 2019
Member
Ah, yes it can, just make sure the issue name is updated and it's not closed when this PR is merged
This comment has been minimized.
This comment has been minimized.
gongguan
Nov 2, 2019
Author
Contributor
rebased current code to pass the failed check. Could you please label an ok-to-test?
ebe4496
to
f147b6e
This comment has been minimized.
This comment has been minimized.
/lgtm |
dc88809
into
kubernetes:master
gongguan commentedOct 12, 2019
•
edited
What type of PR is this?
What this PR does / why we need it:
deprecate cleanup-ipvs flag, and always flushing IPVS on --cleanup
see more at issue#78797
Which issue(s) this PR fixes:
Fixes #78797
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: