Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EKS Fargate Profiles Not Being Filtered Correctly #405

Open
jordanc99 opened this issue Nov 4, 2024 · 1 comment
Open

EKS Fargate Profiles Not Being Filtered Correctly #405

jordanc99 opened this issue Nov 4, 2024 · 1 comment

Comments

@jordanc99
Copy link

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.

@ekristen
Copy link
Owner

ekristen commented Nov 4, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants