Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overlay network connectivity issue - Calico v3.13.4 legacy iptables rules are not applied in RHEL 8 #2432

Closed
meldafrawi opened this issue Jan 25, 2021 · 1 comment

Comments

@meldafrawi
Copy link

meldafrawi commented Jan 25, 2021

RKE version: v1.4.2

Docker version: (docker version,docker info preferred) v19.03

Operating system and kernel: (cat /etc/os-release, uname -r preferred) AWS AMI - RHEL 8.3

Type/provider of hosts: (VirtualBox/Bare-metal/AWS/GCE/DO) AWS EC2

cluster.yml file:

bastion_host:
  address: 
  port: 22
  ssh_key_path: ~/.ssh/id_rsa
  user: ec2-user
kubernetes_version: v1.18.6-rancher1-1
nodes:
- address: 
  hostname_override: controlplane
  role:
  - controlplane
  - etcd
  user: ec2-user
- address: 
  hostname_override: worker-0
  role:
  - worker
  user: ec2-user
- address: 
  hostname_override: worker-1
  role:
  - worker
  user: ec2-user
- address: 
  hostname_override: worker-2
  role:
  - worker
  user: ec2-user

Steps to Reproduce:

  • Create 4 EC2 instances
  • Deploy k8s v1.18 using provided cluster.yml file
  • Create a daemonset
  • Exec into one pod of the daemonset, and try to ping other pod

Results:
Fail to ping other pods.

Analysis:

@superseb
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants