job-wait.py fails with below error if K8s cluster takes unusually longer time to schedule pod.
Traceback (most recent call last):
17:06:45 | | File "/home/rundeck/libext/cache/kubernetes-plugin-2.0.0/job-wait.py", line 77, in wait
17:06:45 | | first_item = pod_list.items[0]
17:06:45 | | IndexError: list index out of range
job-wait.py fails with below error if K8s cluster takes unusually longer time to schedule pod.
Traceback (most recent call last):
17:06:45 | | File "/home/rundeck/libext/cache/kubernetes-plugin-2.0.0/job-wait.py", line 77, in wait 17:06:45 | | first_item = pod_list.items[0] 17:06:45 | | IndexError: list index out of range