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
Describe the solution you'd like
Currently, the implementation only supports the owned tag value for AWS resource imports. I would like to request that the shared tag value also be supported. This enhancement is important because creating resources with the owned tag leads to potential risks when the Cluster is deleted, as it attempts to delete the network associated with it. There is a risk that other services, such as Load Balancers or other deployments, could be relying on that network, leading to unintended disruptions.
Anything else you would like to add:
Allowing the shared tag value will provide greater flexibility and safety in managing AWS resources within shared environments. This change will help avoid accidental deletions of critical network infrastructure that might be shared across multiple services or applications.
If CAPA/CAPI contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.
The triage/accepted label can be added by org members by writing /triage accepted in a comment.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
Describe the solution you'd like
Currently, the implementation only supports the
owned
tag value for AWS resource imports. I would like to request that theshared
tag value also be supported. This enhancement is important because creating resources with theowned
tag leads to potential risks when theCluster
is deleted, as it attempts to delete the network associated with it. There is a risk that other services, such as Load Balancers or other deployments, could be relying on that network, leading to unintended disruptions.Anything else you would like to add:
Allowing the
shared
tag value will provide greater flexibility and safety in managing AWS resources within shared environments. This change will help avoid accidental deletions of critical network infrastructure that might be shared across multiple services or applications.Environment:
kubectl version
): v1.30.1/etc/os-release
): M1 MacOSThe text was updated successfully, but these errors were encountered: