mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-07 04:19:58 +00:00
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:
parent
053308eefc
commit
9fb291d88a
@ -72,6 +72,7 @@ EOF
|
||||
*) >&2 echo "${KUBERNETES} flavour is not supported"; exit 2 ;;
|
||||
esac
|
||||
|
||||
sleep 60s
|
||||
sudo cat ${containerd_config_file}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user