From 8c4e3c2401daffee839365e1a57a7dc00995bc0b Mon Sep 17 00:00:00 2001 From: Ruakij Date: Thu, 30 Mar 2023 14:54:49 +0200 Subject: [PATCH] Update routingtabletowg and use new sync feature --- .../server/network-plugin/calico/routingtabletowg.yml.jinja2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kubernetes/templates/k3s/server/network-plugin/calico/routingtabletowg.yml.jinja2 b/kubernetes/templates/k3s/server/network-plugin/calico/routingtabletowg.yml.jinja2 index 93bc420..ae54834 100644 --- a/kubernetes/templates/k3s/server/network-plugin/calico/routingtabletowg.yml.jinja2 +++ b/kubernetes/templates/k3s/server/network-plugin/calico/routingtabletowg.yml.jinja2 @@ -23,12 +23,14 @@ spec: hostNetwork: true containers: - name: routingtabletowg - image: "ruakij/routingtabletowg:0.1.2" + image: "ruakij/routingtabletowg:0.2.0" env: - name: INTERFACE value: {{ kubernetes.ipPool.nodeIp_interface }} - name: FILTER_PROTOCOL value: bird + - name: PERIODIC_SYNC + value: 300 securityContext: capabilities: add: