You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Statefulsets do not clean up pvc resources and it's left up to the administrator to remove these volumes. Dealbot currently does not handle the deleting of the pvc after uninstalling the helm chart, and helm does not support deleting pvc from statefulsets either (helm/helm#5156)
Dealbot uses the lotus-bundle helm-chart when setting up dealbot lotus daemons.
Statefulsets do not clean up pvc resources and it's left up to the administrator to remove these volumes. Dealbot currently does not handle the deleting of the pvc after uninstalling the helm chart, and helm does not support deleting pvc from statefulsets either (helm/helm#5156)
dealbot/controller/spawn/kubernetes.go
Lines 85 to 97 in 3f74c43
There is no way to delete the volume automatically. In k8s v1.23 there is an alpha feature to allow for this change. However, we will not be able to use this feature.
Dealbot will need to manually execute a delete action against the pvc for the lotus-bundle helm chart to clean up these volumes.
The text was updated successfully, but these errors were encountered: