You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker_run_with_host_net ipset list excluded_subnets
310
+
311
+
# Bypass default Docker SNAT rule for FlexibleIPAM traffic from the untagged subnet (192.168.240.0/24, which is the subnet for the Docker bridge network)
312
+
# and destined to the VLAN subnets (192.168.241.0/24, 192.168.242.0/24).
# With FlexibleIPAM, Antrea SNAT is disabled (noSNAT: true) so Pods don't have access to the external network by default (including regular / NodeIPAM Pods).
316
+
# Our e2e tests require external network access for regular Pods, so we need to add a custom SNAT rule.
go test -v -timeout=$timeout$RUN_OPT antrea.io/antrea/test/e2e $flow_visibility_args -provider=kind --logs-export-dir=$ANTREA_LOG_DIR$np_evaluation_flag --skip-cases=$skiplist$coverage_args$EXTRA_ARGS
0 commit comments