summaryrefslogtreecommitdiff
path: root/roles/kubernetes/kubeadm/control-plane/tasks/net_none.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-05-11 22:56:10 +0200
committerChristian Pointner <equinox@spreadspace.org>2023-05-11 22:56:10 +0200
commit3f30f88a3524623321f51ef7aa46ebb6c83ff4d2 (patch)
treed670dce0b02f57593a1d4c4483fffc9c45d09c9c /roles/kubernetes/kubeadm/control-plane/tasks/net_none.yml
parentkubernetes/kubeadm: remove network_plugin_variant config it's not really supp... (diff)
kubernetes/kubeadm: revamp handling of dns-cache and prepare for net-plugin dependant variations
Diffstat (limited to 'roles/kubernetes/kubeadm/control-plane/tasks/net_none.yml')
-rw-r--r--roles/kubernetes/kubeadm/control-plane/tasks/net_none.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/roles/kubernetes/kubeadm/control-plane/tasks/net_none.yml b/roles/kubernetes/kubeadm/control-plane/tasks/net_none.yml
index bf1a16d5..4b5824d4 100644
--- a/roles/kubernetes/kubeadm/control-plane/tasks/net_none.yml
+++ b/roles/kubernetes/kubeadm/control-plane/tasks/net_none.yml
@@ -1,2 +1,5 @@
---
-## this "plugin" is for testing purposes only
+- 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."