You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running helm install --repo https://helm.dask.org dask-kubernetes-operator dask-kubernetes-operator --create-namespace -n dask-operator, my dask-operator pod is continually being restarted due to failing the liveness probe: it seems like in practice it takes between 1 and 2s to respond. Patching the deployment and overriding the timeout to 5s resolved the issue.
Maybe the probe timeout could be made configurable in the helm template?
The text was updated successfully, but these errors were encountered:
After running
helm install --repo https://helm.dask.org dask-kubernetes-operator dask-kubernetes-operator --create-namespace -n dask-operator
, mydask-operator
pod is continually being restarted due to failing the liveness probe: it seems like in practice it takes between 1 and 2s to respond. Patching the deployment and overriding the timeout to 5s resolved the issue.Maybe the probe timeout could be made configurable in the helm template?
The text was updated successfully, but these errors were encountered: