From 0406c63fb480e10bc323ec40f22d7353deb376af Mon Sep 17 00:00:00 2001 From: camilamacedo86 Date: Sat, 3 Jun 2023 07:50:35 +0100 Subject: [PATCH] fix adding missing pod --- addons/flannel/0.21.5/install.sh | 52 ++++++++++++++++++++++++- addons/flannel/template/base/install.sh | 52 ++++++++++++++++++++++++- 2 files changed, 100 insertions(+), 4 deletions(-) diff --git a/addons/flannel/0.21.5/install.sh b/addons/flannel/0.21.5/install.sh index 1fc1cecb39..71f5c95d82 100644 --- a/addons/flannel/0.21.5/install.sh +++ b/addons/flannel/0.21.5/install.sh @@ -375,8 +375,8 @@ spec: topologyKey: "kubernetes.io/hostname" EOF else - echo "Create pod to do the test without use podAntiAffinity because has only one node" - kubectl apply -f - <