Last active
September 17, 2015 13:31
-
-
Save pweil-/963464b9217419ceb535 to your computer and use it in GitHub Desktop.
k8s e2e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo PATH=$PATH hack/local-up-cluster.sh | |
_output/local/go/bin/e2e --provider=local --kubeconfig=/path/to/your/.kubeconfig --host=http://127.0.0.1:8080 -t Secrets |
ginkgo -focus="Networking|kubelet|Pods" ./_output/local/go/bin/e2e.test -- --provider=local --kubeconfig=/home/pweil/.kube/config --host=http://127.0.0.1:8080
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
export PATH=
pwd
./_output/local/go/bin:$PATHginkgo ./_output/local/go/bin/e2e.test -- --provider=local --kubeconfig=/home/pweil/.kube/config --host=http://127.0.0.1:8080