more testing
This commit is contained in:
parent
dc39f2f870
commit
93ec068a17
1 changed files with 3 additions and 1 deletions
|
@ -10,8 +10,9 @@ when:
|
|||
|
||||
services:
|
||||
docker:
|
||||
image: docker:dind-rootless
|
||||
image: docker:dind
|
||||
environment:
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
DOCKER_TLS_CERTDIR: ''
|
||||
|
||||
matrix:
|
||||
|
@ -30,6 +31,7 @@ pipeline:
|
|||
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community docker-cli kind
|
||||
- export KUBECONFIG=$${CI_WORKSPACE}/kube.config
|
||||
- sleep 30s
|
||||
- docker info
|
||||
- kind create cluster --help
|
||||
- kind create cluster --name chart-testing --image kindest/node:${k8s} --wait 60s
|
||||
- kind get clusters
|
||||
|
|
Loading…
Reference in a new issue