File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
keps/sig-network/3866-nftables-proxy Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -1179,17 +1179,11 @@ don't necessarily know what that is ahead of time.) Admins can use
1179
1179
1180
1180
#### Behavior of service IPs
1181
1181
1182
- ```
1183
- <<[UNRESOLVED unused service IP ports ]>>
1184
-
1185
- @thockin has suggested that service IPs should reject connections on
1186
- ports they aren't using. (This would most easily be implemented by
1187
- adding a `--service-cidr` flag to kube-proxy so we could just "reject
1188
- everything else", but even without that we could at least reject
1189
- connections on inactive ports of active service IPs.)
1182
+ Traffic to invalid ports on active cluster IPs will be rejected by the
1183
+ nftables proxy. If the [ MultiServiceCIDRAllocator] feature gate is
1184
+ enabled, it will additionally drop traffic to unassigned cluster IPs.
1190
1185
1191
- <<[/UNRESOLVED]>>
1192
- ```
1186
+ [ MultiServiceCIDRAllocator ] : https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/1880-multiple-service-cidrs
1193
1187
1194
1188
```
1195
1189
<<[UNRESOLVED service IP pings ]>>
You can’t perform that action at this time.
0 commit comments