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
Both the README and https://dokku.com/docs/deployment/zero-downtime-deploys/ state that type may be one of startup, readiness, or liveness, but they don't actually say what this means! It would be nice to have this information available.
The text was updated successfully, but these errors were encountered:
Yeah it refers to that, but the docker-local scheduler only supports the startup type. All are supported for the k3s scheduler.
In the future, the custom proxy plugins might enable some sort of support for the readiness type so that they don't proxy to things that can't be proxied to yet. We might also finally have a proper daemon that does healthchecks for the docker-local scheduler and handles restarts appropriately.
Description of feature
Both the README and https://dokku.com/docs/deployment/zero-downtime-deploys/ state that
type
may be one ofstartup
,readiness
, orliveness
, but they don't actually say what this means! It would be nice to have this information available.The text was updated successfully, but these errors were encountered: