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
RHEL 8 requires k8s 1.19.x and firewalld disabled. You can't use anything older than 1.19.x as it doesn't contain the needed logic to correctly determine iptables/nftables.
RKE version: v1.4.2
Docker version: (
docker version
,docker info
preferred) v19.03Operating system and kernel: (
cat /etc/os-release
,uname -r
preferred) AWS AMI - RHEL 8.3Type/provider of hosts: (VirtualBox/Bare-metal/AWS/GCE/DO) AWS EC2
cluster.yml file:
Steps to Reproduce:
cluster.yml
fileResults:
Fail to ping other pods.
Analysis:
According to reproduce steps in this issue Calico autoselects iptables-legacy mode if ip_tables.ko preloaded on CentOS 8 projectcalico/calico#3709 (comment), I was able to verify Step 3 :
Observe kube-proxy rules but no calico rules in the output of iptables-save
in RHEL 8, and not in RHEL 7.9The text was updated successfully, but these errors were encountered: