This section describes how to view project quota.

Prerequisites

You need to join a project and have the Project Settings View permission in the project. For more information, see Project Members and Project Roles.

Steps

  1. Log in to the KubeSphere web console with a user who has Project Settings View permissions and enter your workspace.

  2. Click Project Management > Project Quota in the left navigation pane.

  3. In the drop-down list in the upper-left corner, select a project to view the quota information of a specific project.

    The Default Container Quota area provides the following resource information:

    Parameter Description

    CPU Reservation

    CPU resources reserved for the container, in cores.

    CPU Limit

    The maximum CPU resources allowed for the container, in cores.

    Memory Reservation

    Memory resources reserved for the container, in MiB.

    Memory Limit

    The maximum memory resources allowed for the container, in MiB.

    GPU Type

    The type of GPU allowed for the container.

    GPU Limit

    The maximum number of GPUs allowed for the container, in GPUs.

    The Project Quota area provides the following resource information (displayed after the resource quota is configured):

    Parameter Description

    CPU Limit

    The maximum sum of CPU limits for all containers in the project, in cores.

    CPU Request

    The maximum sum of CPU requests for all containers in the project, in cores.

    Memory Limit

    The maximum sum of memory limits for all containers in the project, in MiB.

    Memory Request

    The maximum sum of memory requests for all containers in the project, in MiB.

    GPU Limit

    The number of GPUs currently used in the project, and the maximum number of GPUs that can be used, in GPUs.

    Persistent Volume Claim Limit

    The total capacity of Persistent Volume Claims currently created in the workspace, and the capacity limit for Persistent Volume Claims that can be created.

    Persistent Volume Claim

    The total number of Persistent Volume Claims currently created in the workspace, and the quantity limit for Persistent Volume Claims that can be created.

    Storage Class Resource Limit

    The capacity limit for Persistent Volume Claims that can be created for the storage class.

    Storage Class Resource

    The quantity limit for Persistent Volume Claims that can be created for the storage class.

    Pod

    The number of pods currently created in the project, and the maximum number of pods that can be created.

    Deployment

    The number of deployments currently created in the project, and the maximum number of deployments that can be created.

    StatefulSet

    The number of StatefulSets currently created in the project, and the maximum number of StatefulSets that can be created.

    DaemonSet

    The number of DaemonSets currently created in the project, and the maximum number of DaemonSets that can be created.

    Job

    The number of Jobs currently created in the project, and the maximum number of Jobs that can be created.

    CronJob

    The number of CronJobs currently created in the project, and the maximum number of CronJobs that can be created.

    Service

    The number of services currently created in the project, and the maximum number of services that can be created.

    Ingress

    The number of Ingresses currently created in the project, and the maximum number of Ingresses that can be created.

    Secret

    The number of Secrets currently created in the project, and the maximum number of Secrets that can be created.

    ConfigMap

    The number of ConfigMaps currently created in the project, and the maximum number of ConfigMaps that can be created.