You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
510 B

  1. # RHEL / CentOS 8
  2. RHEL / CentOS 8 ships only with iptables-nft (ie without iptables-legacy)
  3. The only tested configuration for now is using Calico CNI
  4. You need to use K8S 1.17+ and to add `calico_iptables_backend: "NFT"` to your configuration
  5. If you have containers that are using iptables in the host network namespace (`hostNetwork=true`),
  6. you need to ensure they are using iptables-nft.
  7. An example how k8s do the autodetection can be found [in this PR](https://github.com/kubernetes/kubernetes/pull/82966)