Document the existence of nftables as a kube-proxy mode.
Kubernetes-commit: 49080bf02a10eab38d8a39002427a5800b80631d
This commit is contained in:
parent
0f9b29122a
commit
0997395d3d
|
@ -250,10 +250,10 @@ type KubeProxyConfiguration struct {
|
|||
|
||||
// ProxyMode represents modes used by the Kubernetes proxy server.
|
||||
//
|
||||
// Currently, two modes of proxy are available on Linux platforms: 'iptables' and 'ipvs'.
|
||||
// One mode of proxy is available on Windows platforms: 'kernelspace'.
|
||||
// Three modes of proxy are available on Linux platforms: `iptables`, `ipvs`, and
|
||||
// `nftables`. One mode of proxy is available on Windows platforms: `kernelspace`.
|
||||
//
|
||||
// If the proxy mode is unspecified, the best-available proxy mode will be used (currently this
|
||||
// If the proxy mode is unspecified, a default proxy mode will be used (currently this
|
||||
// is `iptables` on Linux and `kernelspace` on Windows). If the selected proxy mode cannot be
|
||||
// used (due to lack of kernel support, missing userspace components, etc) then kube-proxy
|
||||
// will exit with an error.
|
||||
|
|
Loading…
Reference in New Issue