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

Deprecate certain fields in HumioCluster and remove use of unused env… #771

Closed
wants to merge 1 commit into from

Conversation

SaaldjorMike
Copy link
Member

…ironment variables

Previously the operator would automatically append these to the environment variables for pods, but as of LogScale 1.89.0 they are no longer needed/used and we can use the default behavior. To override default behavior it is possible to do that by referring to the LogScale documentation and setting the relevant environment variables.

The environment variables no longer set for pods running LogScale 1.89.0 and newer:

  • DIGEST_REPLICATION_FACTOR
  • STORAGE_REPLICATION_FACTOR
  • DEFAULT_PARTITION_COUNT

Since this changes the environment variables list for pods if running LogScale 1.89.0+ it means cluster pods will be replaced when upgrading to an operator version with these changes.

…ironment variables

Previously the operator would automatically append these to the
environment variables for pods, but as of LogScale 1.89.0 they are no
longer needed/used and we can use the default behavior. To override
default behavior it is possible to do that by referring to the LogScale
documentation and setting the relevant environment variables.

The environment variables no longer set for pods running LogScale 1.89.0 and newer:
- DIGEST_REPLICATION_FACTOR
- STORAGE_REPLICATION_FACTOR
- DEFAULT_PARTITION_COUNT

Since this changes the environment variables list for pods if running
LogScale 1.89.0+ it means cluster pods will be replaced when upgrading
to an operator version with these changes.
@SaaldjorMike
Copy link
Member Author

Moved into #792

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

Successfully merging this pull request may close these issues.

1 participant