Container Limit Ranges

    When you create a workload, such as a Deployment, you configure resource Kubernetes requests and limits for the container. To make these request and limit fields pre-populated with values, you can set default limit ranges.

    This tutorial demonstrates how to set default limit ranges for containers in a project.

    You have an available workspace, a project and a user (). The user must have the role at the project level. For more information, see .

    1. Log in to the console as and go to a project. On the Overview page, you can see default limit ranges remain unset if the project is newly created. Click Edit Quotas next to Default Container Quotas Not Set to configure limit ranges.

    2. Note

      The limit can never be lower than the request.

    3. Go to Basic Information in Project Settings, and you can see default limit ranges for containers in a project.

    4. When you create a workload, requests and limits of the container will be pre-populated with values.

      Note

      For more information, see Resource Request in Container Image Settings.