-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Labels
kind/enhancementImprovements or new featuresImprovements or new features
Description
Customer request about the deletion propagation support in pulumi-kubernetes
.
I wonder if it's possible to have that being foreground
when the resource is deleted in pulumi and orphan
if the resource is being replaced. The use case would be volume expansion in a StatefulSet. Having always orphan
feels wrong as when deleting the STS it would leave the pods around and having it as foreground
would require a change to orphan
then resize, then change back to foreground
dance which is sub-optimal from operations perspective.
If that's not yet possible I think it would be a great feature which would make volume expansion on StatefulSets a much smoother operating experience.
Metadata
Metadata
Assignees
Labels
kind/enhancementImprovements or new featuresImprovements or new features