Skip to content

Instantly share code, notes, and snippets.

@mrhillsman
Last active March 8, 2019 14:09
Show Gist options
  • Save mrhillsman/b77b006b4a83992f70226b1d8acaa8af to your computer and use it in GitHub Desktop.
Save mrhillsman/b77b006b4a83992f70226b1d8acaa8af to your computer and use it in GitHub Desktop.
# Needs these repos to be cloned:
- sigs.k8s.io/kind
- k8s.io/kubeadm
- k8s.io/kubernetes
- k8s.io/test-infra
# Install kubetest using :
"cd $GOPATH/src/k8s.io/test-infra/kubetest && go install ."
cd $GOPATH/src/k8s.io/kubernetes && kubetest \
--provider=skeleton \
--deployment=kind \
--kind-binary-version=build \
--kind-base-image="kindest/base:latest" \
--kind-config-path=./../../k8s.io/kubeadm/tests/e2e/kind/single-cp/single-cp.yaml \
--build=bazel \
--up \
--test \
--check-version-skew=false \
--down \
--test_args="--ginkgo.focus=\[Conformance\] --ginkgo.skip=\[Serial\]|Alpha|Kubectl|\[(Disruptive|Feature:[^\]]+|Flaky)\] --num-nodes=3" \
--timeout=120m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment