Run podinfo on Travis Kubernetes in Docker

This commit is contained in:
stefanprodan
2018-12-20 15:22:06 +02:00
parent 319e444ddf
commit caa49b96aa

View File

@@ -24,6 +24,10 @@ before_install:
script:
- make test
- make build docker-build
- docker build -t podinfo:test -f Dockerfile.ci .
- ./kubectl run podinfo --image=podinfo:test -- ./podinfo --port=9898
- sleep 5
- ./kubectl describe deployment podinfo
after_success:
- if [ -z "$DOCKER_USER" ]; then