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
Recently we encountered the problem that Operator is not recreating the StatefulSets when performing a rolling update for the Druid version.
We receive:
Failed to update [druid-routers:StatefulSet] due to [StatefulSet.apps "druid-routers" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'template', and 'updateStrategy' are forbidden].
To bypass the issue we did the manual steps described in #76
The text was updated successfully, but these errors were encountered:
This error is returned from the kubernetes statefulset controller, the operator cannot/will not change the default statefulset behaviour unless needed for a specific usecase.
Recently we encountered the problem that Operator is not recreating the
StatefulSets
when performing a rolling update for the Druid version.We receive:
To bypass the issue we did the manual steps described in #76
The text was updated successfully, but these errors were encountered: