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

[Feature] add default resources requirements #215

Closed erdrix closed 4 years ago

erdrix commented 4 years ago
Q A
Bug fix? yes
New feature? no
API breaks? no
Deprecations? no
Related tickets mentioned in https://github.com/Orange-OpenSource/casskop/issues/212
License Apache 2.0

What's in this PR?

Defines arbitrary init container resources, instead of using cassandra container resources.

Why?

To avoid the situation described here: https://github.com/Orange-OpenSource/casskop/issues/212

To Do