Skip to content

Instantly share code, notes, and snippets.

@pweil-
Last active September 17, 2015 13:31
Show Gist options
  • Save pweil-/963464b9217419ceb535 to your computer and use it in GitHub Desktop.
Save pweil-/963464b9217419ceb535 to your computer and use it in GitHub Desktop.
k8s e2e
$ 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
@pweil-
Copy link
Author

pweil- commented Aug 24, 2015

export PATH=pwd./_output/local/go/bin:$PATH
ginkgo ./_output/local/go/bin/e2e.test -- --provider=local --kubeconfig=/home/pweil/.kube/config --host=http://127.0.0.1:8080

@pweil-
Copy link
Author

pweil- commented Aug 24, 2015

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