Fixing words in the comment
Kubernetes-commit: c0d323f1f61340127f9545cfae08da84eb5ec4cd
This commit is contained in:
parent
d95da9457f
commit
46f55fa9c4
|
@ -185,8 +185,8 @@ type KubeProxyConfiguration struct {
|
|||
|
||||
// ProxyMode represents modes used by the Kubernetes proxy server.
|
||||
//
|
||||
// Currently, two modes of proxy are available in Linux platform: 'iptables' and 'ipvs'.
|
||||
// One mode of proxy is available in Windows platform: 'kernelspace'.
|
||||
// Currently, two modes of proxy are available on Linux platforms: 'iptables' and 'ipvs'.
|
||||
// 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
|
||||
// is `iptables` on Linux and `kernelspace` on Windows). If the selected proxy mode cannot be
|
||||
|
|
Loading…
Reference in New Issue