Skip to content
Snippets Groups Projects
Unverified Commit 5884eeb6 authored by Florian Ruynat's avatar Florian Ruynat Committed by GitHub
Browse files

Remove ethtool workaround, issue is now fixed (#6579)

parent e7ee19bd
No related branches found
No related tags found
No related merge requests found
...@@ -16,12 +16,6 @@ ...@@ -16,12 +16,6 @@
netchecker_port: 31081 netchecker_port: 31081
tasks: tasks:
- name: Flannel | Disable tx and rx offloading on VXLAN interfaces (see https://github.com/coreos/flannel/pull/1282)
command: "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 - name: Force binaries directory for Container Linux by CoreOS and Flatcar
set_fact: set_fact:
bin_dir: "/opt/bin" bin_dir: "/opt/bin"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment