mirror of
https://github.com/sorintlab/stolon.git
synced 2024-11-24 11:24:48 +03:00
ci: update bsycorp/kind to latest version
Latest version has less issues and looks more stable.
This commit is contained in:
parent
4bb4107523
commit
4251aafd6f
@ -147,7 +147,7 @@ local task_build_push_images(name, pgversions, istag, push) =
|
|||||||
arch: 'amd64',
|
arch: 'amd64',
|
||||||
containers: [
|
containers: [
|
||||||
{
|
{
|
||||||
image: 'bsycorp/kind:v1.19.4',
|
image: 'bsycorp/kind:latest-1.23',
|
||||||
privileged: true,
|
privileged: true,
|
||||||
entrypoint: '/usr/bin/supervisord --nodaemon -c /etc/supervisord.conf',
|
entrypoint: '/usr/bin/supervisord --nodaemon -c /etc/supervisord.conf',
|
||||||
},
|
},
|
||||||
|
@ -17,13 +17,12 @@ make PGVERSION=11 TAG=stolon:master-pg11 docker
|
|||||||
|
|
||||||
pushd examples/kubernetes
|
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"
|
||||||
#echo -n "Waiting for kubernetes to be ready"
|
until curl -s --fail http://127.0.0.1:10080/kubernetes-ready; do
|
||||||
#until curl -s --fail http://127.0.0.1:10080/kubernetes-ready; do
|
sleep 1;
|
||||||
# sleep 1;
|
echo -n "."
|
||||||
# echo -n "."
|
done
|
||||||
#done
|
echo " Ready"
|
||||||
#echo " Ready"
|
|
||||||
|
|
||||||
sed -i 's#sorintlab/stolon:master-pg10#stolon:master-pg11#' *.yaml
|
sed -i 's#sorintlab/stolon:master-pg10#stolon:master-pg11#' *.yaml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user