add timeout to token rotate check
This commit is contained in:
parent
a55675acf8
commit
7c80271e74
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
kubectl run -i test-rotate-tokens
|
kubectl run -i test-rotate-tokens
|
||||||
--image={{ hyperkube_image_repo }}:{{ hyperkube_image_tag }}
|
--image={{ hyperkube_image_repo }}:{{ hyperkube_image_tag }}
|
||||||
--restart=Never --rm
|
--restart=Never --rm
|
||||||
|
--pod-running-timeout=3m
|
||||||
kubectl get nodes
|
kubectl get nodes
|
||||||
register: check_secret
|
register: check_secret
|
||||||
failed_when: false
|
failed_when: false
|
||||||
|
|
Loading…
Reference in a new issue