Uploaded image for project: 'ONAP Operations Manager'
  1. ONAP Operations Manager
  2. OOM-1145

Add Resource Limits to Helm Charts

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Done
    • Icon: Medium Medium
    • Casablanca Release
    • None
    • None

      To ensure sufficient computer resources to effectively use each of the ONAP components a "resources:" section needs to be added to the values.yaml file(s) of each ONAP project. Here is an example:

      resources:
        limits:
          cpu: 1
          memory: 1.2Gi
        requests:
          cpu: 10m
          memory: 800Mi

      Should insufficient resources exist in the cluster, K8s will wait for compute resources to be added to the cluster and not schedule containers to run on overloaded nodes.

      For more information, please refer to: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

        There are no Sub-Tasks for this issue.

            vaibhav_16dec vaibhav_16dec
            rogerm rogerm
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: