Added comma

Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>
This commit is contained in:
Tom Kivlin
2022-05-24 17:30:24 +01:00
committed by GitHub
parent 4f41ef3b22
commit 16cdb0b4a8
@@ -46,7 +46,7 @@ For specific information about how to install and manage a CNI plugin, see the d
The plugin may also need specific support for kube-proxy. The iptables proxy obviously depends on iptables, and the plugin may need to ensure that container traffic is made available to iptables. For example, if the plugin connects containers to a Linux bridge, the plugin must set the `net/bridge/bridge-nf-call-iptables` sysctl to `1` to ensure that the iptables proxy functions correctly. If the plugin does not use a Linux bridge, but uses something like Open vSwitch or some other mechanism instead, it should ensure container traffic is appropriately routed for the proxy.
By default if no kubelet network plugin is specified, the `noop` plugin is used, which sets `net/bridge/bridge-nf-call-iptables=1` to ensure simple configurations (like Docker with a bridge) work correctly with the iptables proxy.
By default, if no kubelet network plugin is specified, the `noop` plugin is used, which sets `net/bridge/bridge-nf-call-iptables=1` to ensure simple configurations (like Docker with a bridge) work correctly with the iptables proxy.
### Loopback CNI