Fixed installation issue with kube-flannel.yml 51/11651/2
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 21 Jan 2022 12:57:06 +0000 (13:57 +0100)
committerbeierlm <mark.beierl@canonical.com>
Tue, 15 Feb 2022 20:10:55 +0000 (21:10 +0100)
commit372301938b2e2d76123b67461344a7d364f0073d
tree47c3c84222a7e0c07f11fcbc1c8ce7cb23710b05
parent66d2361a174d7892c9ba049e78a1c30a6bdf8ad4
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: Ie979dc599d959bed778b3bd1e2c69257fcb51f63
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
installers/install_kubeadm_cluster.sh