Fixed installation issue with kube-flannel.yml 09/11509/3
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 13 Jan 2022 00:24:15 +0000 (01:24 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 20 Jan 2022 16:39:48 +0000 (17:39 +0100)
commit5a5c63fa67e23854cec3b61ce54e5bcfd15d3290
treeb00ef2cccdb1d6df848f382e1c51560cd07908b0
parent91f26241c01b5862022b193741a4408f74689a9e
Fixed installation issue with kube-flannel.yml

The installation of the local K8s cluster fails when kube-flannel.yml
is not found in the temp folder. The error that we see in the installation is
"error reading [/tmp/flannel.*****]: recognized file extensions are [.json .yaml .yml]"

This commit updates the function deploy_cni_provider to remove the silent
output when getting kube-flannel.yml. In addition, it adds several retries on error.
Finally, the error message has been modified to be more explicit about the error.

Change-Id: Ica07bc5b3b76ffb84f7247c436b214b531d8e833
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
installers/install_kubeadm_cluster.sh