Skip to content

Commit

Permalink
kubeadm-kind: fix wrong argument for kind config path
Browse files Browse the repository at this point in the history
  • Loading branch information
neolit123 committed Feb 8, 2019
1 parent d195f31 commit 8e71688
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ periodics:
- "--provider=skeleton"
- "--deployment=kind"
- "--kind-binary-version=latest"
- "--kind-config=./../../k8s.io/kubeadm/tests/e2e/kind/single-cp/single-cp.yaml"
- "--kind-config-path=./../../k8s.io/kubeadm/tests/e2e/kind/single-cp/single-cp.yaml"
- "--test-cmd=./../../k8s.io/kubeadm/tests/e2e/kind/test-cmd-basic.sh"
- "--timeout=30m"
# we need privileged mode in order to do docker in docker
Expand Down

0 comments on commit 8e71688

Please sign in to comment.