-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSI: implement ExpandVolume #10324
Comments
Rather than having a new CLI option for this, I'd like to update the |
@tgross is this expected to ship in a recent release? Is this actively being worked on? |
Hi tim when we are planning to ship in nomad in which version |
K but it's good use case where csi volume can resize from volume defination and use iac in storage management to keep up this Strong contender in container orchestration. |
Hoping it should get on roadmap and release soon to use it nomad with CSI |
+1 for this, bit of a showstopper that you can't resize volumes after creation. |
Quick update: Work on this is underway. The interface for it will likely change however. The process will be to update the |
Alrighty folks, this is feature complete, slated for release with Nomad |
Splitting out of #8212, as we're most likely going to ship the create and snapshot workflows in Nomad 1.1.0 without having shipped ExpandVolume. WIP PR is #10281
From our internal design doc:
Command line will be:
nomad volume resize :volume_id -sizeNG [-secretkey=value]
Takes the volume ID and a
-size
flag that accepts the usual size strings (ex -size 10G for 10GiB).The text was updated successfully, but these errors were encountered: