-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
argoproj/gitops-engine
#136Labels
bugSomething isn't workingSomething isn't workingcherry-pick/1.7Candidate for cherry picking into the 1.7 release branchCandidate for cherry picking into the 1.7 release branchcomponent:coreSyncing, diffing, cluster state cacheSyncing, diffing, cluster state cache
Milestone
Description
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
- Create a statefulset and make sure the updateStrategy.type: OnDelete
- Make some change to the statefulset so that a sync is required
- 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
cjyar, i300543, serhatcetinkaya, svenwltr, bjoernhaeuser and 4 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcherry-pick/1.7Candidate for cherry picking into the 1.7 release branchCandidate for cherry picking into the 1.7 release branchcomponent:coreSyncing, diffing, cluster state cacheSyncing, diffing, cluster state cache