lacework / terraform-kubernetes-agent

A Terraform Module to create a Secret and DaemonSet for deploying the Lacework Datacollector Agent in a Kubernetes cluster.
MIT License
2 stars 16 forks source link

feat: add the ability to change node affinity #76

Closed swibrow closed 9 months ago

swibrow commented 10 months ago

Summary

We are running a mixed environment (ec2 / fargate) and would like to add a node anti-affinity for the fargate nodes

- key: eks.amazonaws.com/compute-type
  operator: NotIn
  values:
    - fargate
jon-stewart commented 9 months ago

make it so

jon-stewart commented 9 months ago

make it so

jon-stewart commented 9 months ago

thanks @swibrow!