Skip to content

Commit

Permalink
suggest-to-use-nft-in-centos8 (kubernetes-sigs#8987)
Browse files Browse the repository at this point in the history
  • Loading branch information
yankay authored and fungusakafungus committed Jul 13, 2022
1 parent d0936a6 commit 7c0b498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/centos.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Kubespray supports multiple ansible versions but only the default (5.x) gets wid

CentOS 8 / Oracle Linux 8 / AlmaLinux 8 / Rocky Linux 8 ship only with iptables-nft (ie without iptables-legacy similar to RHEL8)
The only tested configuration for now is using Calico CNI
You need to add `calico_iptables_backend: "NFT"` or `calico_iptables_backend: "Auto"` to your configuration.
You need to add `calico_iptables_backend: "NFT"` to your configuration.

If you have containers that are using iptables in the host network namespace (`hostNetwork=true`),
you need to ensure they are using iptables-nft.
Expand Down

0 comments on commit 7c0b498

Please sign in to comment.