wait for dind

This commit is contained in:
Michael Kriese 2023-03-21 14:46:17 +01:00
parent a7c460d2b1
commit a9ce968b00
No known key found for this signature in database
GPG key ID: B83F553A0724D44E

View file

@ -27,6 +27,7 @@ pipeline:
commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community docker-cli kind
- export KUBECONFIG=$${CI_WORKSPACE}/kube.config
- sleep 15s
- kind create cluster --help
- kind create cluster --name chart-testing --image kindest/node:${k8s} --wait 60s
- kind get clusters