k0sproject / k0smotron

k0smotron
https://docs.k0smotron.io/
Other
423 stars 39 forks source link

Persistent volume resize #610

Open makhov opened 1 month ago

makhov commented 1 month ago

If I recall correctly, the volumeClaimTemplate is immutable in StatefulSets, so we probably need to remove the sts with --cascade=orphan first and create a new one. And maybe also rollout restart after that.