hey everyone! Running in to an issue with the helm...
# deployment-kubernetes
j
hey everyone! Running in to an issue with the helm chart on dagster 0.13.12 where the startup probe for dagster daemon is timing out. When i run a describe on the pod, i see the following:
command "dagster-daemon liveness-check" timed out
the logs, however, show that the daemon is up and happy. Should i just remove the startup probe?
d
Hi Jacob - you could either remove the startup probe if you don't want it, or increase the timeoutSeconds parameter in the helm chart, it's possible that the default or 3 seconds is a bit too restrictive in your cluster
j
awesome, thank you