Skip to content

StatefulSet with OnDelete Update Strategy stuck progressing #1881

@cchanley2003

Description

@cchanley2003

Describe the bug
If I have a statefulset and the strategy is OnDelete instead of RollingUpdate argocd gets stuck in progressing once the statefulset is synced.
To Reproduce

  1. Create a statefulset and make sure the updateStrategy.type: OnDelete
  2. Make some change to the statefulset so that a sync is required
  3. Health says "waiting for rolling update to complete" which will never occur as it isn't a rolling update

from that point on the statefulset resource will be marked as progressing. To clear the state we have to go in and clear out the kubernetes update annotations.

Version
0.12.0

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingcherry-pick/1.7Candidate for cherry picking into the 1.7 release branchcomponent:coreSyncing, diffing, cluster state cache

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions