add timeout to token rotate check

This commit is contained in:
Matthew Mosesohn 2017-09-29 13:12:25 +01:00
parent a55675acf8
commit 7c80271e74

View file

@ -4,6 +4,7 @@
kubectl run -i test-rotate-tokens
--image={{ hyperkube_image_repo }}:{{ hyperkube_image_tag }}
--restart=Never --rm
--pod-running-timeout=3m
kubectl get nodes
register: check_secret
failed_when: false