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
I am experiencing an issue with EKS Fargate Profiles not being filtered as expected. These profiles are tagged resources with multiple tags, but it seems that Nuke is not reading them correctly. Below is an example of the dry run output:
One of the tags attached to these profiles is “DoNotNuke - True”. This tag appears in the dry run output for all my other resources, but not for the EKS Fargate Profiles.
The text was updated successfully, but these errors were encountered:
@jordanc99 not all resources support properties or include tags by default. In this case, properties are supported, but tags are not being queried for and are not being added, therefore you cannot filter on tags.
I am experiencing an issue with EKS Fargate Profiles not being filtered as expected. These profiles are tagged resources with multiple tags, but it seems that Nuke is not reading them correctly. Below is an example of the dry run output:
eu-central-1 - EKSFargateProfile - #### - [Cluster: "###", Profile: "###"] - would remove
One of the tags attached to these profiles is “DoNotNuke - True”. This tag appears in the dry run output for all my other resources, but not for the EKS Fargate Profiles.
The text was updated successfully, but these errors were encountered: