Fixed installation issue with kube-flannel.yml 45/11545/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 21 Jan 2022 12:57:06 +0000 (13:57 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Sat, 22 Jan 2022 23:53:47 +0000 (00:53 +0100)
commitc2d10ed10fe2437547a7ad705ac9f76a736d27e3
tree23537b2076ffa5ad4326dadd5d3b56fa47e36165
parenta3576cd3764daffaccf3fbecdfda4e73f83bf37a
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: Ic030790e60383b75ebe21c7cb4c60485836fab2e
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
installers/install_kubeadm_cluster.sh