Closed abuisine closed 4 years ago
while enable hairpinMode, a field must be added to the cni-conf.json :
cni-conf.json: | { "cniVersion":"0.3.0", "name":"mynet", "plugins":[ { "name":"kubernetes", "type":"bridge", "bridge":"kube-bridge", "isDefaultGateway":true, "hairpinMode":true, "ipam":{ "type":"host-local" } } ] }
Also I need to add settings for hostports.
while enable hairpinMode, a field must be added to the cni-conf.json :