mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2025-08-01 13:49:01 +02:00
Add check for virtualization environment
This commit is contained in:
parent
46f8eacaae
commit
67fd461470
@ -12,6 +12,7 @@
|
||||
name: br_netfilter
|
||||
state: present
|
||||
persistent: present
|
||||
when: not ansible_virtualization_type == "docker"
|
||||
|
||||
# See: https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#letting-iptables-see-bridged-traffic
|
||||
- name: Let iptables see bridged traffic.
|
||||
|
Loading…
Reference in New Issue
Block a user