summaryrefslogtreecommitdiff
path: root/roles/kubernetes/kubeadm/control-plane/tasks/net_none.yml
blob: 4b5824d4b70561988123d875612569d8f9fe7eb6 (plain) (blame)
1
2
3
4
5
---
- name: install node-local dns cache
  when: kubernetes_enable_nodelocal_dnscache
  debug:
    msg: "the 'none' network-plugin is intended to manually install/test network-plugins and since the exact deployment variant for the node-local dns cache is highly dependent on what the network plugin supports we do not install anything here. If the network plugin does not support nodelocal dns caches at all you may want to set kubernetes_enable_nodelocal_dnscache to false."