-
Notifications
You must be signed in to change notification settings - Fork 72
Volume resizing #357
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
Volume resizing #357
Conversation
ewoutp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks clean, but does it really work?
According to https://kubernetes.io/blog/2018/07/12/resizing-persistent-volumes-using-kubernetes/ you need to restart the pod for the filesystem to be resized.
ewoutp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing an event on shrinking & test about shrinking.
After that LGTM
neunhoef
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Added test for volume resize. Added code to do so.