This topic describes how to create a ConfigMap in the Container Service for Kubernetes
(ACK) console.
Procedure
- Log on to the Container Service for Kubernetes (ACK) console.
- In the left-side navigation pane, click Serverless Clusters.
- On the Clusters page, click the name of a cluster or click Details in the Actions column.
- In the left-side navigation pane, click Configurations.
- On the ConfigMap tab, click Create.
- Enter a name for the ConfigMap, click + Add to enter the keys and values.
- ConfigMap Name: required. The name of the ConfigMap. The name can contain lowercase letters, digits,
hyphens (-), and periods (.). Other resource objects must refer to the name of the
ConfigMap so that they can obtain the configurations.
- ConfigMap: Enter keys and values. You can also click Import in the upper-right corner of the Create pane to create the ConfigMap from a file.
- Click OK.
Result
After the ConfigMap is created, you can view the created ConfigMap on the ConfigMap
tab.