Add workaround for tunnel connectivity
This patch creates a DeamonSet (pod on each node) that pings all the ipip tunnels of all the other nodes.
It should be removed once we find why the tunnels aren't open without pinging
Signed-off-by: afenner <andrew.fenner@est.tech>
Change-Id: Ic4e8241aa2a014daa0d299186d07615ee79030a2
Signed-off-by: afenner <andrew.fenner@est.tech>
diff --git a/vars/kubernetes.yaml b/vars/kubernetes.yaml
index fed310c..f533d2e 100644
--- a/vars/kubernetes.yaml
+++ b/vars/kubernetes.yaml
@@ -80,6 +80,7 @@
# Kubernetes: Versions of rook, ceph and their dependencies
# -------------------------------------------------------------------------------
rook_version: "v1.1.2"
+busybox_version: "1.32.0"
ceph_version: "v14.2.4-20190917"
cephcsi_version: "v1.2.1"
csi_node_driver_registrar_version: "v1.1.0"