mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-03-04 02:50:20 +00:00
try to run podinfo in kubeadm-dind
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user