add docker cli
This commit is contained in:
parent
44630546fe
commit
a7c460d2b1
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ pipeline:
|
||||||
environment:
|
environment:
|
||||||
DOCKER_HOST: tcp://docker:2375
|
DOCKER_HOST: tcp://docker:2375
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community kind
|
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community docker-cli kind
|
||||||
- export KUBECONFIG=$${CI_WORKSPACE}/kube.config
|
- export KUBECONFIG=$${CI_WORKSPACE}/kube.config
|
||||||
- kind create cluster --help
|
- kind create cluster --help
|
||||||
- kind create cluster --name chart-testing --image kindest/node:${k8s} --wait 60s
|
- kind create cluster --name chart-testing --image kindest/node:${k8s} --wait 60s
|
||||||
|
@ -45,7 +45,7 @@ pipeline:
|
||||||
environment:
|
environment:
|
||||||
DOCKER_HOST: tcp://docker:2375
|
DOCKER_HOST: tcp://docker:2375
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community kind
|
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community docker-cli kind
|
||||||
- export KUBECONFIG=$${CI_WORKSPACE}/kube.config
|
- export KUBECONFIG=$${CI_WORKSPACE}/kube.config
|
||||||
- kind delete cluster--name chart-testing
|
- kind delete cluster--name chart-testing
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue