more fixes
This commit is contained in:
parent
ede3f35724
commit
cfd0c04479
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ pipeline:
|
|||
commands:
|
||||
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community kind
|
||||
- export KUBECONFIG=$${CI_WORKSPACE}/kube.config
|
||||
- kind create cluster --name chart-testing --node-image kindest/node:${k8s} --wait 60s
|
||||
- kind create cluster --help
|
||||
- kind create cluster --name chart-testing --image kindest/node:${k8s} --wait 60s
|
||||
- kind get clusters
|
||||
|
||||
chart-testing:
|
||||
|
|
Loading…
Reference in a new issue