mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-29 19:04:39 +00:00
increase timeout for waiter
This commit is contained in:
@@ -183,3 +183,4 @@
|
|||||||
name: "{{ helm_namespace }}"
|
name: "{{ helm_namespace }}"
|
||||||
state: absent
|
state: absent
|
||||||
wait: true
|
wait: true
|
||||||
|
wait_timeout: 180
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
app: "{{ k8s_pod_name }}"
|
app: "{{ k8s_pod_name }}"
|
||||||
template: "{{ k8s_pod_template }}"
|
template: "{{ k8s_pod_template }}"
|
||||||
wait: yes
|
wait: yes
|
||||||
wait_sleep: 3
|
wait_sleep: 5
|
||||||
wait_timeout: 180
|
wait_timeout: 180
|
||||||
vars:
|
vars:
|
||||||
k8s_pod_name: wait-ds
|
k8s_pod_name: wait-ds
|
||||||
|
|||||||
Reference in New Issue
Block a user