-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Labels
26.04An item we hope to do in the 26.04 cycleAn item we hope to do in the 26.04 cycledocsImprovements or additions to documentationImprovements or additions to documentationrainy daySmall items done in ~10% of each week's timeSmall items done in ~10% of each week's time
Description
In How to manage storage we have a section called "Handle storage detaching".
We should clarify whether this section applies to machine charms, K8s charms, or both.
Juju only supports manually detaching storage for machine charms. If you try juju detach-storage for a K8s charm, you'll get an error:
ERROR Juju command "detach-storage" not supported on container models
However, I don't think this means it's pointless to observe the storage-detaching event in a K8s charm. You might still want to observe the event so that you can clean up storage during the teardown phase.
Metadata
Metadata
Assignees
Labels
26.04An item we hope to do in the 26.04 cycleAn item we hope to do in the 26.04 cycledocsImprovements or additions to documentationImprovements or additions to documentationrainy daySmall items done in ~10% of each week's timeSmall items done in ~10% of each week's time