diff --git a/cicd/k3s-flannel/config.sh b/cicd/k3s-flannel/config.sh index 3bacb65d8..94e4ede0b 100755 --- a/cicd/k3s-flannel/config.sh +++ b/cicd/k3s-flannel/config.sh @@ -137,6 +137,9 @@ else echo "End K3s installation" fi + +sudo apt-get update + # Install Bird to work with k3s sudo apt-get install bird2 --yes