This article discusses how to change the CPU/memory installation limits for Kubernetes-based environments where the Lacework agent is deployed as a daemonset (pod/container).
The Lacework-provided daemonset deployment file (lacework-k8s.yaml) does not include resource limits. Follow these steps to add them:
- Open the provided daemonset deployment file (lacework-k8s.yaml).
- Add your desired resource limits, as illustrated in the following example:
resources: limits: cpu: 500m memory: 1450Mi