summaryrefslogtreecommitdiff
path: root/inventory/group_vars
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-05-12 00:59:05 +0200
committerChristian Pointner <equinox@spreadspace.org>2023-05-12 00:59:05 +0200
commit511e3680061148bebda0062c1ab269d51ee46123 (patch)
tree94f0c7d6172b2e100ae9a9d3785eff525043a6f5 /inventory/group_vars
parentkubernetes/kubeadm: revamp handling of dns-cache and prepare for net-plugin d... (diff)
kubernetes: add network plugin cilium
Diffstat (limited to 'inventory/group_vars')
-rw-r--r--inventory/group_vars/k8s-chtest/vars.yml15
1 files changed, 14 insertions, 1 deletions
diff --git a/inventory/group_vars/k8s-chtest/vars.yml b/inventory/group_vars/k8s-chtest/vars.yml
index 9552f5e5..154d2d70 100644
--- a/inventory/group_vars/k8s-chtest/vars.yml
+++ b/inventory/group_vars/k8s-chtest/vars.yml
@@ -11,9 +11,22 @@ containerd_pkg_provider: docker-com
#kubernetes_network_plugin_replaces_kube_proxy: yes
#kubernetes_enable_nodelocal_dnscache: yes
-kubernetes_network_plugin: none
+kubernetes_network_plugin: cilium
+kubernetes_network_plugin_version: 1.13.2
kubernetes_network_plugin_replaces_kube_proxy: yes
kubernetes_enable_nodelocal_dnscache: no
+kubernetes_cilium_config:
+ ipam: kubernetes
+ tunnel: disabled
+ ipv4-native-routing-cidr: 192.168.28.0/24
+ auto-direct-node-routes: yes
+base_sysctl_config_user:
+ net.ipv4.conf.all.rp_filter: 0
+ net.ipv4.conf.default.rp_filter: 0
+
+# kubernetes_network_plugin: none
+# kubernetes_network_plugin_replaces_kube_proxy: yes
+# kubernetes_enable_nodelocal_dnscache: no
kubernetes: