Update hashes and set default to 1.16.11 (#6287)

This commit is contained in:
Florian Ruynat
2020-06-19 08:45:59 +02:00
committed by GitHub
parent b0eecc0bce
commit 29cfe2b8eb
6 changed files with 50 additions and 8 deletions

View File

@@ -14,6 +14,12 @@
netchecker_port: 31081
tasks:
- name: Flannel | Disable tx and rx offloading on VXLAN interfaces (see https://github.com/coreos/flannel/pull/1282)
shell: "ethtool --offload flannel.1 rx off tx off"
ignore_errors: true
when:
- kube_network_plugin|default('calico') == 'flannel'
- name: Force binaries directory for Container Linux by CoreOS and Flatcar
set_fact:
bin_dir: "/opt/bin"