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
When uninstalling a helm_release type resource, we should wait for all child resources to also be deleted before marking the operation as complete. This is supported in Kubernetes by using Foreground Cascading Deletion and in Helm by setting the DeletionPropagation flag on the uninstall object.
The use case I have is to support the deletion of Gateway resources that are created as part of a Helm release, alongside deletion of the Load Balancer Controller which provisions the underlying Service controller.
My scenario is as follows:
Deploy an AWS Load Balancer Controller Helm Release
Description
When uninstalling a
helm_release
type resource, we should wait for all child resources to also be deleted before marking the operation as complete. This is supported in Kubernetes by using Foreground Cascading Deletion and in Helm by setting the DeletionPropagation flag on the uninstall object.Potential Terraform Configuration
References
The use case I have is to support the deletion of
Gateway
resources that are created as part of a Helm release, alongside deletion of the Load Balancer Controller which provisions the underlyingService
controller.My scenario is as follows:
When it comes to deletion, no matter how I set up the depends_on, the following happens:
Community Note
The text was updated successfully, but these errors were encountered: