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
Currently, all peristent storage volumes are RWO. This works fine with update strategy recreate, but fails intermittently for rollingUpdate at least (when the pod is is on a different node, since the volume obviously would need to be bound on both the old and the new nodes simultaneously until the new pod is healthy).
Possible options:
make sure all deployments use an update strategy compatible with RWO
Currently, all peristent storage volumes are RWO. This works fine with update strategy recreate, but fails intermittently for rollingUpdate at least (when the pod is is on a different node, since the volume obviously would need to be bound on both the old and the new nodes simultaneously until the new pod is healthy).
Possible options:
Not idential, but related to the Node Failure scenarios in longhorn.
The text was updated successfully, but these errors were encountered: