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

Immutable Parameters #1396

Closed
ANeumann82 opened this issue Mar 6, 2020 · 1 comment
Closed

Immutable Parameters #1396

ANeumann82 opened this issue Mar 6, 2020 · 1 comment

Comments

@ANeumann82
Copy link
Member

What would you like to be added:
While i'm on the parameter-feature-request spree: A flag for parameters to be immutable, i.e. they can only be specified on the installation of the operator and not changed with a kudo update.

This would probably be a flag in the params.yaml:

  - name: NUM_TOKENS
    description: "The number of tokens assigned to each node."
    default: "256"
    immutable: "true"

with a default of false.

Why is this needed:
There are certain things in an operator that by design need to be defined at installation time and can never be changed. The NUM_TOKENS for Cassandra for example is impossible to modify after the cluster is started.

See #1383 #1395

@ANeumann82
Copy link
Member Author

Duplicate of #652

@ANeumann82 ANeumann82 marked this as a duplicate of #652 Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant