Add retries to api servers response
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
9c51ac5157
commit
ff5e487e32
@ -8,6 +8,9 @@
|
||||
validate_certs: no
|
||||
status_code: 200
|
||||
register: apiserver_response
|
||||
retries: 12
|
||||
delay: 5
|
||||
until: apiserver_response is success
|
||||
|
||||
- debug: # noqa unnamed-task
|
||||
msg: "{{ apiserver_response.json }}"
|
||||
|
Reference in New Issue
Block a user