KUBERNETES_REQUEST_TIMEOUT

controller.constants.KUBERNETES_REQUEST_TIMEOUT = datetime.timedelta(seconds=30)

How long to wait for generic sequences of Kubernetes API calls.

Most Kubernetes API calls are part of a sequence of operations with an overall timeout, but some are one-offs or one-off sequences. This timeout is used for one-off operations, just to impose an upper limit on how long we’ll wait of the control plane is nonresponsive.