-
Notifications
You must be signed in to change notification settings - Fork 433
Open
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
To Reproduce
Deploy a Kind cluster on Ubuntu 22.04 using:
cd antrea
./ci/kind/test-e2e-kind.sh \
--run TestDummy \ # A workaround to provision a cluster only
--ip-family dual \
--proxy-all \
--setup-onlyRoot Cause
On Ubuntu 22.04, ip6tables-nft cannot handle Antrea’s mangle-table rules that use the MARK target with --or-mark. For example:
ip6tables -t mangle -A OUTPUT -j MARK --or-mark 0x1produces:
ip6tables v1.8.7 (nf_tables): unknown option "--or-mark"
Try `ip6tables -h' or 'ip6tables --help' for more information.
This causes Antrea’s rule installation to fail when running on hosts using the nft backend.
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.