Hi Matt, In Kubernetes 1.11, the volume resizing feature is available in beta: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#expanding-persistent-volumes-claims. Changing the PVC size will trigger the resizing of the GCE PD disk. Once that is complete, then you need to restart your Pod using that PVC in order to trigger a filesystem resize (automatic fs resize is currently an alpha feature). This resize feature is independent of reclaim policy. Please let me know if you have any further questions.
Thanks, Michelle On Sat, Aug 18, 2018 at 11:34 PM Matthew Cooper <mwc...@build2c.org> wrote: > Hi all, > > I am deploying an application with Helm on Google Kubernetes Engine. In > the future, the persistent volumes will likely need to grow. What should I > be doing now to ensure smooth storage increases with minimal downtime to > the application? What concerns regarding reclaim policy do I have for this? > > Help is greatly appreciated as this application is needed quickly. > > > Thanks, > Matt > > > -- > You received this message because you are subscribed to the Google Groups > "Kubernetes user discussion and Q&A" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to kubernetes-users+unsubscr...@googlegroups.com. > To post to this group, send email to kubernetes-users@googlegroups.com. > Visit this group at https://groups.google.com/group/kubernetes-users. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-users+unsubscr...@googlegroups.com. To post to this group, send email to kubernetes-users@googlegroups.com. Visit this group at https://groups.google.com/group/kubernetes-users. For more options, visit https://groups.google.com/d/optout.