--
You received this message because you are subscribed to a topic in the Google Groups "kubernetes-sig-apps" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kubernetes-sig-apps/sLL2pCJ5Ab8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kubernetes-sig-...@googlegroups.com.
To post to this group, send email to kubernete...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-sig-apps/5fbba882-eaa2-4f51-a7fe-c0ca188ce031%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks, I'll try to find and test that.
On Tue, 17 Jul 2018 at 14:45 <hasan....@sap.com> wrote:
Statefulset + VolumeClaimTemplates should work out of the box.--
On Friday, January 26, 2018 at 4:17:25 PM UTC+3, wer...@beroux.com wrote:Goals:
- I wanted to delete old versions of a chart (because my packet size got too big), so I only found one way: helm delete --purge.
- I want to delete and later deploy a chart, but keep the PersistentVolumeClaim.
What's the issue:
- helm install or helm update --install do not let you re-use an existing PVC (even if that resource was marked with helm.sh/resource-policy: keep).
Example of bugs regarding this:Is there any known hack/way to bypass this? The only "workaround" I know is horrible:
- Create a new clone from current PVC (or repeat steps similar below to do that).
- Delete the PVC.
- Change deployment Yaml to deploy instead image alpine and add additional mount the copy of the original image (without including its PVC inside templates/)
- kubectl exec -it ...
- apk add --no-cache rsync && rsync -va --delete FROM/ TO
- Delete the cloned PVC/disk. and undo all local Yaml changes.
- Deploy normal image and normal mounted volumes.
You received this message because you are subscribed to a topic in the Google Groups "kubernetes-sig-apps" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kubernetes-sig-apps/sLL2pCJ5Ab8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kubernetes-sig-apps+unsub...@googlegroups.com.
To post to this group, send email to kubernetes-sig-apps@googlegroups.com.