mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-21 08:47:16 +00:00
Merge pull request #117755 from Nordix/automated-cherry-pick-of-#117723-upstream-release-1.27
Automated cherry pick of #117723: Kube-proxy/ipvs: accept access to healthCheckNodePort on LbIP
This commit is contained in:
@@ -1733,6 +1733,9 @@ func (proxier *Proxier) writeIptablesRules() {
|
||||
proxier.filterRules.Write(
|
||||
"-A", string(kubeIPVSFilterChain),
|
||||
"-m", "set", "--match-set", proxier.ipsetList[kubeExternalIPSet].Name, "dst,dst", "-j", "RETURN")
|
||||
proxier.filterRules.Write(
|
||||
"-A", string(kubeIPVSFilterChain),
|
||||
"-m", "set", "--match-set", proxier.ipsetList[kubeHealthCheckNodePortSet].Name, "dst", "-j", "RETURN")
|
||||
proxier.filterRules.Write(
|
||||
"-A", string(kubeIPVSFilterChain),
|
||||
"-m", "conntrack", "--ctstate", "NEW",
|
||||
|
||||
Reference in New Issue
Block a user