Closed knabben closed 2 years ago
The ci failed because did not run "./hack/kind-fix-networking.sh", which is required to use antrea proxy on existing kind clusters, to use ovs. refer:
# This script is required for Antrea to work properly in a Kind cluster on Linux. It takes care of
# disabling TX hardware checksum offload for the veth interface (in the host's network namespace) of
# each Kind Node. This is required when using OVS in userspace mode. Refer to
# https://github.com/antrea-io/antrea/issues/14 for more information.
We could test with full Antrea-proxy capabilities and remove kube-proxy. For this we can
1) put the full configuration yaml (changed) on gist and use it. 2) update the configmap in the flight and restart antrea components.
/lgtm