Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"waiting for Liveness and Readiness..." never ends for StatefulSets with strategy="OnDelete" #58

Open
pamiel opened this issue Jul 15, 2020 · 1 comment
Assignees
Labels
v4 Issues only affecting v4

Comments

@pamiel
Copy link
Contributor

pamiel commented Jul 15, 2020

It does make sense that a "waiting for Liveness and Readiness..." step is run when deploying a StatefulSet with an updateStrategy set to "OnDelete", because none of the Pods are restarted at that time.
It even generates an infinite loop as the conditions to exit the "waiting for Liveness and Readiness..." phase are never met.

@pamiel
Copy link
Contributor Author

pamiel commented Jul 16, 2020

Solved by #59 for Spray v3.x.

Keeping it opened for Spray v4.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v4 Issues only affecting v4
Projects
None yet
Development

No branches or pull requests

2 participants