How to Modify Resource Requests and Limits for Agent Components 🧮

Agent components are initially set up with standard requests and limits tailored for enterprise customers. However, these settings can be customized by modifying specific values in the values file. The following agent components allow such configuration:

  • komodorAgent.watcher.resources
  • komodorAgent.supervisor.resources
  • komodorAgent.networkMapper.resources
  • komodorAgent.metrics.resources
  • komodorDaemon.metrics.resources
  • komodorDaemon.metricsInit.resources
  • komodorDaemon.networkSniffer.resources
  • komodorDaemon.nodeEnricher.resources

For instance, to adjust the resource requests and limits for the watcher container in the komodor-agent deployment, use the following YAML configuration:

components:
  komodorAgent:
    watcher:
      resources:
        requests:
          cpu: 100m
          memory: 128Mi
        limits:
          cpu: 200m
          memory: 256Mi

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.