-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
node-collector schedule prevention on aws fargate #3710
Comments
@YevhenVieskov A node toleration has been added to to node-collector job , it will be released with v0.38.0
Please check it again with v0.38.0 and update if it solve the problem |
I updated trivy-operator version.
I added label https://artifacthub.io/packages/helm/trivy-operator/trivy-operator/
I can't create taints for fargate-profile in Terraform, how can I use |
This issue is stale because it has been labeled with inactivity. |
@YevhenVieskov how you define Taint on the |
Adding support for excluding the nodes by label |
Description
I have node-collector pods in pending state. They sceduled on AWS Fargate.
I have added nodeAffinity to kubernetes manifest to prevent pod scheduling on fargate
What did you expect to happen?
I expected node-collector pods would not sceduled to AWS Fargate
What happened instead?
node-collector pods are sceduled to AWS Fargate. They are in pending state.
How to prevent sceduling node-collector pods to AWS Fargate?
The text was updated successfully, but these errors were encountered: