Within the cluster associated with the project, create a new namespace aligned with the project's available resource quotas.
The new namespace operates within the resource quotas allocated to the project (e.g., CPU, memory), and all resources in the namespace must reside within the associated cluster.
In the Project Management view, click on the Project Name for which you want to create a namespace.
In the left navigation bar, click on Namespaces > Namespaces.
Click on Create Namespace.
Configure Basic Information.
Parameter | Description |
---|---|
Cluster | Select the cluster linked to the project to host the namespace. |
Namespace | The namespace name must include a mandatory prefix, which is the project name. |
(Optional) Configure Resource Quota.
Every time a resource limit (limits) for computational or storage resources is specified for a container within the namespace, or each time a new Pod or PVC is added, it will consume the quota set here.
NOTICE:
The namespace's resource quota is inherited from the project's allocated quota in the cluster. The maximum allowable quota for a resource type cannot exceed the remaining available quota of the project. If any resource's available quota reaches 0, namespace creation will be blocked. Contact your platform administrator for quota adjustments.
GPU Quota Configuration Requirements:
GPU Unit Definitions:
Default Quota Behavior:
Quota Parameter Description
Category | Quota Type | Value and Unit | Description |
---|---|---|---|
Storage Resource Quota | All | Gi | The total requested storage capacity of all Persistent Volume Claims (PVCs) in this namespace cannot exceed this value. |
Storage Class | The total requested storage capacity of all Persistent Volume Claims (PVCs) associated with the selected StorageClass in this namespace cannot exceed this value. Note: Please allocate StorageClass to the project that the namespace belongs to in advance. | ||
Extended Resources | Obtained from the configuration dictionary (ConfigMap); please refer to Extended Resource Description for details. | - | This category will not be displayed if there is no corresponding configuration dictionary. |
Other Quotas | Enter custom quotas; for specific input rules, please refer to Other Quota Description. | - | To avoid problems of resource duplication, the following values are not allowed as quota types:
|
(Optional) Configure Container Limit Range; please refer to Container Limit Range for more details.
(Optional) Configure Pod Security Policies; please refer to Pod Security Policies for specific details.
(Optional) In the More Configuration area, add labels and annotations for the current namespace.
Tip: You can define the attributes of the namespace through labels or supplement the namespace with additional information through annotations; both can be used to filter and sort namespaces.
Click on Create.