-
Notifications
You must be signed in to change notification settings - Fork 674
Improve persistence of IPAM data #2610
Comments
From @Bregor on October 6, 2016 10:5 I think regular
|
From @bboreham on October 6, 2016 10:7 Sure, but is there a CoreOS, for instance, mounts loads of things read-only. |
From @Bregor on October 6, 2016 10:9 CoreOS mounts |
From @Bregor on October 12, 2016 9:38 Petset without "normal" network fs is bloody hell. Regular |
I changed this from a feature to a bug because we have more reports of trouble after deleting all Weave pods. Note that we need to give some thought to whether a user would ever need to really clear out the data, after we made it more persistent, and if so how they would do that. I.e. what is the equivalent of |
Change weavedb from an emptyDir to a hostPath volume
From @bboreham on October 6, 2016 9:30
Currently weave-daemonset.yaml specifies an
emptyDir
volume which is deleted when the pod is deleted. Since upgradingweave-kube
require deleting the pods, this is unsafe.Reading http://kubernetes.io/docs/user-guide/volumes/, I don't see an obviously better choice.
Copied from original issue: weaveworks-experiments/weave-kube#27
The text was updated successfully, but these errors were encountered: