try to run podinfo in kubeadm-dind

This commit is contained in:
Stefan Prodan
2018-03-24 00:31:34 +02:00
parent 78ca04e546
commit c7e1511780

View File

@@ -24,7 +24,9 @@ script:
- make test
- make build docker-build
- kubectl get nodes
- kubectl run podinfo --image=podinfo:latest --port=9898 --dry-run
- kubectl run podinfo --image=podinfo:latest --port=9898
- sleep 5
- kubectl get pods
after_success:
- if [ -z "$DOCKER_USER" ]; then