ci: k8s: Wait some time after restarting k3s

Let's put a 1 minute sleep, just to make sure everything is back up
again.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
(cherry picked from commit 3de23034f8)
This commit is contained in:
Fabiano Fidêncio 2023-09-07 23:46:58 +02:00
parent 053308eefc
commit 9fb291d88a

View File

@ -72,6 +72,7 @@ EOF
*) >&2 echo "${KUBERNETES} flavour is not supported"; exit 2 ;;
esac
sleep 60s
sudo cat ${containerd_config_file}
}