Last active
December 18, 2017 12:46
-
-
Save djkonro/ce923957ac59a4c81d86a5deefc0caba to your computer and use it in GitHub Desktop.
This file contains hidden or 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 docker run -v /home/konrad/.kube/config:/home/konrad/.kube/config -v /home/konrad/.minikube:/home/konrad/.minikube -i -t --net=host testcont /bin/sh | |
export KUBECONFIG=/home/konrad/.kube/config | |
export KUBE_MASTER_IP="<Master_IP>" #Ex 192.168.42.214:8443 | |
export KUBE_MASTER=local | |
/home/go/src/k8s.io/kubernetes/_output/bin/e2e.test --provider=local --ginkgo.focus="deployment should delete old replica sets" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment