How to increase storage capacity of already deployed cluster in Kubernetes?

12/22/2018

I have deployed airflow via docker on kubernetes cluster and now I need to increase the persistent volume's storage capacity. While editing the yaml file via UI, I get this error:

PersistentVolumeClaim "data-pallet-airflow-worker-0" is invalid: spec: Forbidden: field is immutable after creation
-- aviral sanjay
google-kubernetes-engine
kubernetes

1 Answer

12/24/2018

As mentioned by @aerokite, this question seems to have already been answered in this community post.

Posted as a community wiki.

-- arp-sunny.
Source: StackOverflow