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
Some stateful services take 12+ hours to become ready, causing deployments to never apply all changes (stale resources are not deleted since the resource creation keeps failing).
Also, most statefulSet rolling updates take longer to complete than the timeout allows (especially once you go over 5 replicas)
Diagnostics:
kubernetes:apps:StatefulSet (XXXXXX-0163):
error: Preview failed: 2 errors occurred:
* Resource 'XXXXXXX-0163' was created but failed to initialize
* Failed to observe the expected number of ready replicas
Configureable timeout values are good, but being able to disable these checks is more necessary.
The text was updated successfully, but these errors were encountered:
beetahnator
changed the title
Add toggle to disable ready replica count checks
Add toggle to disable statefulSet await logic
Feb 13, 2019
@mazamats #417 just merged, which will do what you need. I'm planning to cut an official release today, but you can try it out now with @pulumi/kubernetes: dev.
To use it, just add the following annotation to the relevant resource: pulumi.com/skipAwait: true.
Some stateful services take 12+ hours to become ready, causing deployments to never apply all changes (stale resources are not deleted since the resource creation keeps failing).
Also, most statefulSet rolling updates take longer to complete than the timeout allows (especially once you go over 5 replicas)
Configureable timeout values are good, but being able to disable these checks is more necessary.
The text was updated successfully, but these errors were encountered: