Replies: 2 comments
-
did you use the --wait arg ?
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@ddanda Helm currently don't support to wait for custom resources ready, like Advanced StatefulSet, and you can add post-hook to check whether Advanced StatefulSet is ready. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've noticed that the helm upgrade command with Advanced Statefulsets returns quickly. The upgrade is complete in 97 seconds on my cluster while releasing new images. Previously the install\upgrade command used to wait until the deployment is completed to every pod. Currently with advanced statefulsets, helm returns completed status while the deployment is in progress on one of the pods.
Has anyone seen this behaviour ?
Beta Was this translation helpful? Give feedback.
All reactions