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
Just to add a little bit more context, with the current keyIdentifierValue implementation, if you have replicas > 1 all the pods try to use the same key (because the identifier is the same.) This can lead to race conditions with UpdateAlias and DisposeKeys
The current implementation of keyIdentifierValue configuration in the chart is broken. It only allows one name, breaking when replicas > 1
In statefulset mode, we should append the statefulset pod id number to it automatically to keep it unique.
We should also make sure we reject configuration when mode is deployment, replicas > 1 and keyIdentifierValue is set
The text was updated successfully, but these errors were encountered: