a39e78d42d
* Updates Controller Manager/Kubelet with Flannel's required configuration for CNI * Removes old Flannel installation * Install CNI enabled Flannel DaemonSet/ConfigMap/CNI bins and config (with portmap plugin) on host * Uses RBAC if enabled * Fixed an issue that could occur if br_netfilter is not a module and net.bridge.bridge-nf-call-iptables sysctl was not set
8 lines
170 B
YAML
8 lines
170 B
YAML
---
|
|
dependencies:
|
|
- role: download
|
|
file: "{{ downloads.flannel }}"
|
|
tags: download
|
|
- role: download
|
|
file: "{{ downloads.flannel_cni }}"
|
|
tags: download
|