-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BPF] when host IP change kube-proxy replaces only Syncer
Restarting the whole proxy is an overkill, only the syncer eed the set of host IPs. Also the health check servers created by kube-proxy frontend are not easily carried over and thus restarting kube-proxy cannot restart the health checks. As a side-effect, the "restart" logic in kube-proxy is much simpler as we do no tneed to stop that much.
- Loading branch information
1 parent
02cfa12
commit d70043a
Showing
3 changed files
with
89 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters