commit | 64f84a4f016d33687a1c5d59d000a1113a9aaa40 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Thu Sep 01 16:59:30 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Thu Sep 01 18:59:16 2022 -0400 |
tree | 4c53de4debc708e3fb0b13e587a13de0570a984c | |
parent | 34c5b5341ceceeb14f6510fd66f28249c8a2db9b [diff] [blame] |
feat(ethtool): add automatic tuning
diff --git a/playbooks/kubernetes.yml b/playbooks/kubernetes.yml index dbad10f..ebd5dc1 100644 --- a/playbooks/kubernetes.yml +++ b/playbooks/kubernetes.yml
@@ -15,6 +15,9 @@ - hosts: all become: true roles: + - role: ethtool + tags: + - ethtool - role: containerd - role: kubernetes