scylladb / scylla-operator

The Kubernetes Operator for ScyllaDB
https://operator.docs.scylladb.com/
Apache License 2.0
340 stars 175 forks source link

Remove support for deprecated cpuset field #2140

Closed zimnx closed 1 month ago

zimnx commented 1 month ago

What should the feature do?

Remove support for cpuset field, assuming it's always set to true regardless of value set.

What is the use case behind this feature?

This field gives misleading feeling that it enables cpupinning which on Kubernetes is handled differently than on baremetals. Instead having a knob for it, Operator should set allowed cpus always.

Anything else we need to know?

No response