ansible-role-kubernetes icon indicating copy to clipboard operation
ansible-role-kubernetes copied to clipboard

Ubuntu 22.04 needs to Forward IPv4 and letting iptables see bridged traffic

Open dkirrane opened this issue 1 year ago • 2 comments

I'm using latest but for Ubuntu 22.04 I had to follow these steps first to get this Ansible role to work:

https://kubernetes.io/docs/setup/production-environment/container-runtimes/#forwarding-ipv4-and-letting-iptables-see-bridged-traffic

  - name: geerlingguy.kubernetes
    version: 7.1.2

dkirrane avatar May 19 '23 11:05 dkirrane

I can confirm this is an issue on a brand new install on Ubuntu 22.04 LTS

bjensen avatar Jul 19 '23 21:07 bjensen

@dkirrane this seems strange to me, as https://github.com/geerlingguy/ansible-role-kubernetes/blob/7.1.2/tasks/sysctl-setup.yml should fix this.

Cannot reproduce this on master, Ubuntu 22.04.2 LTS

rdxmb avatar Nov 07 '23 00:11 rdxmb

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

github-actions[bot] avatar Mar 10 '24 03:03 github-actions[bot]