kubernetes
kubernetes copied to clipboard
Kubernetes / Job / Waitfor - kubectl times out after 4 hours
Hi,
We've got a Kubernetes job that takes more than 4 hours to finish.
After 4 hours the Kubernetes / Job / Waitfor failed because the kubectl command times out.
See https://github.com/kubernetes/kubernetes/issues/104580
See https://github.com/rundeck-plugins/kubernetes/blob/master/contents/job-wait.py
A new kubectl
connection should be made before the kubectl timeout occurs
Thank you, frederic