This section describes how to view project quota.

Prerequisites

  • The Application Management for Cluster Federation extension must be installed and enabled on the KubeSphere platform.

  • You need to join a federated project and have the Federated Project View permission in the corresponding workspace.

Steps

  1. Log in to the KubeSphere web console as a user with Federated Project View permissions and enter your federated project.

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

    The Project Quota page provides the following resource information (displayed after resource quotas are configured):

    Parameter Description

    CPU Limit

    The maximum total CPU limit for all containers in the project, in cores.

    CPU Request

    The maximum total CPU request for all containers in the project, in cores.

    Memory Limit

    The maximum total memory limit for all containers in the project, in MiB.

    Memory Request

    The maximum total memory request 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 Capacity Limit

    The capacity of Persistent Volume Claims currently created in the project, and the maximum capacity of Persistent Volume Claims that can be created.

    Persistent Volume Claim

    The number of Persistent Volume Claims currently created in the project, and the maximum number of Persistent Volume Claims that can be created.

    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.

    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.