sixfeetup / scaf

scaf provides developers and DevOps engineers with a complete blueprint for a new project using Kubernetes
BSD 3-Clause "New" or "Revised" License
66 stars 9 forks source link

feat: keep PVs across tilt restart. closes #124 #125

Closed rochecompaan closed 10 months ago

rochecompaan commented 10 months ago

Add annotation to keep persistent volumes across tilt restarts.

Remove any references to named persistent volumes and use dynamic persistent volume provisioning. This works much more reliably with local Kubernetes dev environments like Docker Desktop and Kind. This is also the recommended way to provision storage in cloud agnostic way.