ci: update bsycorp/kind to latest version

Latest version has less issues and looks more stable.
This commit is contained in:
Simone Gotti 2023-09-06 09:35:56 +02:00
parent 4bb4107523
commit 4251aafd6f
2 changed files with 7 additions and 8 deletions

View File

@ -147,7 +147,7 @@ local task_build_push_images(name, pgversions, istag, push) =
arch: 'amd64',
containers: [
{
image: 'bsycorp/kind:v1.19.4',
image: 'bsycorp/kind:latest-1.23',
privileged: true,
entrypoint: '/usr/bin/supervisord --nodaemon -c /etc/supervisord.conf',
},

View File

@ -17,13 +17,12 @@ make PGVERSION=11 TAG=stolon:master-pg11 docker
pushd examples/kubernetes
# TODO(sgotti) bsycorp kind:v1.19.4 doesn't correctly parse kubectl output and will never report kubernetes in ready state
#echo -n "Waiting for kubernetes to be ready"
#until curl -s --fail http://127.0.0.1:10080/kubernetes-ready; do
# sleep 1;
# echo -n "."
#done
#echo " Ready"
echo -n "Waiting for kubernetes to be ready"
until curl -s --fail http://127.0.0.1:10080/kubernetes-ready; do
sleep 1;
echo -n "."
done
echo " Ready"
sed -i 's#sorintlab/stolon:master-pg10#stolon:master-pg11#' *.yaml