samba-in-kubernetes / samba-operator

An operator for a Samba as a service on PVCs in kubernetes
Apache License 2.0
111 stars 24 forks source link

[ctdb/ss] Support scaling the size of cluster/stateful set #120

Closed phlogistonjohn closed 2 years ago

phlogistonjohn commented 2 years ago

The minimum size of the cluster in the SmbShare should be reflected in the size of the stateful set.

We can start with scaling up the stateful set. Later we can try and handle scaling it down too (possibly as a new issue?)

phlogistonjohn commented 2 years ago

This is a good one for someone who want to make some smaller changes to the operator.