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
I am not sure if the recently added volumeClaimTemplates and persistentVolumeClaimRetentionPolicy is causing this issue. I wasn't seeing this when I was using a PVC. However I changed it to volumeClaimTemplates to be more aligned with doing it the StatefulSet way.
Even commenting out the persistentVolumeClaimRetentionPolicy lines and re-creating the app results in an out of sync state.
k describe statefulsets.apps bp-knowledge-graph-api - looks ok!
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal SuccessfulCreate 32m statefulset-controller create Claim bp-graph-api-volume-bp-knowledge-graph-api-0 Pod bp-knowledge-graph-api-0 in StatefulSet bp-knowledge-graph-api success
Normal SuccessfulCreate 32m statefulset-controller create Pod bp-knowledge-graph-api-0 in StatefulSet bp-knowledge-graph-api successful
The text was updated successfully, but these errors were encountered:
Hola,
EKS: v1.27
Argo: v2.8.4
EBS CSI Driver: v1.27.0-eksbuild.1
How do I fix this outofsync error please?
I've just changed my Deployment to a Stateful set.
I am not sure if the recently added volumeClaimTemplates and persistentVolumeClaimRetentionPolicy is causing this issue. I wasn't seeing this when I was using a PVC. However I changed it to volumeClaimTemplates to be more aligned with doing it the StatefulSet way.
Even commenting out the persistentVolumeClaimRetentionPolicy lines and re-creating the app results in an out of sync state.
Argo Logs look OK.
The text was updated successfully, but these errors were encountered: