Skip to content

Commit 7cb2383

Browse files
Merge pull request #512 from TrekkieCoder/main
PR - gh-483 Node-ports services changed from one-arm to full-nat
2 parents f819638 + 27ddd4a commit 7cb2383

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/loxinlp/ipvs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func (ctx *IpVSH) BuildIpVSDB() []*ipVSEntry {
102102

103103
newEntry.mode = cmn.LBModeDefault
104104
if svc.Port >= K8sNodePortMin && svc.Port <= K8sNodePortMax {
105-
newEntry.mode = cmn.LBModeOneArm
105+
newEntry.mode = cmn.LBModeFullNAT
106106
}
107107

108108
key := ipVSKey{Address: svc.Address.String(), Protocol: proto, Port: svc.Port}

0 commit comments

Comments
 (0)