Merge pull request #113082 from knabben/knabben/kube-proxy-comment

Fixing words in the comment
This commit is contained in:
Kubernetes Prow Robot 2022-10-15 16:07:06 -07:00 committed by GitHub
commit 48608cfe60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -189,8 +189,8 @@ type KubeProxyConfiguration struct {
// ProxyMode represents modes used by the Kubernetes proxy server. // ProxyMode represents modes used by the Kubernetes proxy server.
// //
// Currently, two modes of proxy are available in Linux platform: 'iptables' and 'ipvs'. // Currently, two modes of proxy are available on Linux platforms: 'iptables' and 'ipvs'.
// One mode of proxy is available in Windows platform: 'kernelspace'. // 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, 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 // is `iptables` on Linux and `kernelspace` on Windows). If the selected proxy mode cannot be

View File

@ -185,8 +185,8 @@ type KubeProxyConfiguration struct {
// ProxyMode represents modes used by the Kubernetes proxy server. // ProxyMode represents modes used by the Kubernetes proxy server.
// //
// Currently, two modes of proxy are available in Linux platform: 'iptables' and 'ipvs'. // Currently, two modes of proxy are available on Linux platforms: 'iptables' and 'ipvs'.
// One mode of proxy is available in Windows platform: 'kernelspace'. // 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, 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 // is `iptables` on Linux and `kernelspace` on Windows). If the selected proxy mode cannot be