Orange-OpenSource / casskop

This Kubernetes operator automates the Cassandra operations such as deploying a new rack aware cluster, adding/removing nodes, configuring the C* and JVM parameters, upgrading JVM and C* versions, and many more...
https://orange-opensource.github.io/casskop/
Apache License 2.0
183 stars 54 forks source link

Set bootstrap env vars based on Cassandra resources #230

Closed cscetbon closed 4 years ago

cscetbon commented 4 years ago
Q A
Bug fix? yes
New feature? no
API breaks? no
Deprecations? no
License Apache 2.0

What's in this PR?

This PR fixes a bug where the env CASSANDRA_MAX_HEAP is set based on that container resources instead of the main Cassandra container's resources.