Is there a way I can explicitly define how to wait...
# 💻|contributing
i
Is there a way I can explicitly define how to wait for certain resources within a kubernetes deploy action?
c
Hey @icy-furniture-17516, these how to do something questions should go to #1044642930075373588 so they are all in the same place and searchable for other users. This cannel is very active so good quality threads like this might get buried in the skew of "help integ tests are failing" messages. To answer your question: currently garden-side only the timeouts can be adjusted. Garden will mark deploy ready or complete once it's ready or complete on the kubernetes side. With kubernetes you can describe how to set and monitor your resource's state via liveness, readiness and startup probes [1] 1. https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/
i
Okay, sorry, will put it there
Added it and extended the question a bit