Expand capacity RustFS on K8s #3061
casperair77-tech
started this conversation in
General
Replies: 1 comment
|
The answer is similar to what explained in #2466 (comment). Basically you add a new pool with a new set of data drives to the ...VOLUMES environment variable along with the existing data pool. In other words, we cannot make any changes to the existing data pool. Only way is to add a new pool even when adding drives on the same nodes. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently, I'm building Rustfs using K8S with 4 nodes and 4 PVCs/1 pod.
How would I expand the pool capacity on this cluster if I add 4 more nodes?
And currently, I'm using a storage class created and managed by DirectPV.
All reactions