How do I view/update system namespaces or system configuration files through the platform interface?
System namespaces are used to store system resources, including system configuration files and system components. This namespace is created during platform deployment and its name is set by the platform administrator or implementer. Once the platform is deployed, this namespace cannot be updated.
System configuration files (such as dex configuration files, ui-logo configuration files, etc.) and the computing components mounted with configuration files are all stored in the system namespace by default.
Scheme 1
To view or update system namespaces or system configuration files, you can check the YAML files of these resources through the Clusters > Resource menu in the platform management.
Procedure
-
Log in to the platform with an account that has platform administrator permissions and switch to the global cluster in the resource management.
Note: If you need to view or update the system namespace, please contact the platform administrator or implementer to obtain the name of the namespace.
-
Click Clusters > Resource in the left navigation bar, and find the system namespace (Namespace) under the Correlated with Cluster resource or the system configuration file (Configmap) under the Correlated with Namespace resource.
-
View, update, or delete the YAML file of the resource.
-
Look Over: Click the name of the System Namespace/Profile to view the YAML file content of the namespace/configuration file.
-
Update: Click the
> Update on the right side of the resource record. -
Delete: Click Delete on the right side of the resource record, as shown by
.
-
Option 2
By importing namespaces , you can import the system namespace into a specified project, and view the system namespace under the project. You can also access the resources in the namespace under the corresponding project in Container Platform.
Procedure
-
Prepare a project.
Note: If there is no project that meets the requirements on the platform, refer to Creating a Project to create a new project.
-
Import the system namespace into the prepared project by importing namespaces .
-
Log in to the platform using an administrator account, switch to the container platform, and enter the project where the system namespace is imported.
Under the project, you can view the details of the system namespace.
-
Enter the system namespace to view and update the system configuration file.