Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operator should recreate StatefulSets when doing a rolling update #304

Open
diegosolisfr opened this issue Aug 18, 2022 · 1 comment
Open

Comments

@diegosolisfr
Copy link

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

@AdheipSingh
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants