Creating a Namespace

  • NodeD, Resilience Controller, ClusterD, and Ascend Operator for cluster scheduling run in the mindx-dl namespace of Kubernetes. Run the following command on the Kubernetes management node to create the corresponding namespace:
    kubectl create ns mindx-dl
  • You need to manually create the cluster-system namespace for MindCluster to report SuperPoD information, pingmesh configuration, and common fault information. Run the following command on the management node of Kubernetes:
    kubectl create ns cluster-system
  • The namespaces of NPU Exporter, Volcano, and Ascend Device Plugin are npu-exporter, volcano-system, and kube-system, respectively. The namespaces of the preceding components are created by the system, and you do not need to create them again.