-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add support for resizing PVs #284
Comments
/cc @sandyamin123 @aniket-s-kulkarni |
@gnufied can you update the feature description with the design proposal? |
Updated link to design proposal - kubernetes/community#657 |
This will not ship alpha until 1.8 at the earliest, moving out of 1.7 milestone |
@saad-ali I know that timeline is pretty tight and code freeze is looming. But I would like to do my best to make this an alpha feature for 1.7. Yes - there is a chance, we may fail, but I don't see any harm in trying. So - please, can we move this back to 1.7 milestone? I was hoping to have a discussion about this today in sig but we ran out of time. I am planning to schedule a call tomorrow morning. |
I didn't mean to punt resize without your input @gnufied. Sorry about that. It just looked like there were a lot of big design questions, and I'd rather the team spend the time before 1.8 coding beings to close on those rather than rush the design and implementation. We can prioritize this higher for 1.8. Thanks for driving this! |
@saad-ali @idvoretskyi no worries. Yeah perhaps it was bit over ambitious to try and get this at such a later stage. Looking forward to get this done for 1.8 though. 🍰 🍰 |
Automatic merge from submit-queue (batch tested with PRs 49727, 51792) Implement Controller for growing persistent volumes This PR implements API and controller plane changes necessary for doing controller side resize. xref : kubernetes/community#657 Also xref kubernetes/enhancements#284 ``` Add alpha support for allowing users to grow persistent volumes. Currently we only support volume types that just require control plane resize (such as glusterfs) and don't need separate file system resize. ```
@gnufied do you have an update on missing docs? PR is due today. |
I will open docs PR EOD today. sorry about the delay. |
@gnufied any update on the docs PR? |
I am on it. It is taking longer than I expected, I am really sorry about that. But it should all be in by today. |
We partially implemented this in 1.8. we need to roll this feature over to 1.8. The feature design has already been merged. |
Updated to |
This issue still has "tracked: no". @gracenng is this expected? |
Hi @gnufied 👋 1.24 Docs shadow here. This enhancement is marked as Needs Docs for the 1.24 release. Please follow the steps detailed in the documentation to open a PR against the Also, if needed take a look at Documenting for a release to familiarize yourself with the docs requirement for the release. Thanks! |
Hi @gnufied 1.24 Enhancements Team here, |
Hi @gnufied, friendly bump on this as we're less than a week away from Freeze |
All good for 1.24 code freeze 🥳 |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Not very clear, but I think this is available in k8s 1.24, and blog that is alluded to in the linked issue is probably this one: https://kubernetes.io/blog/2022/05/05/volume-expansion-ga/ |
Feature Name
The text was updated successfully, but these errors were encountered: