From 9d80b75bf143f7034f48ab130c89b4529c233b4c Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Mon, 14 Oct 2024 20:01:17 +0800 Subject: [PATCH] [zh-cn] sync configure-pod-configmap.md Signed-off-by: xin.li --- .../configure-pod-configmap.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/content/zh-cn/docs/tasks/configure-pod-container/configure-pod-configmap.md b/content/zh-cn/docs/tasks/configure-pod-container/configure-pod-configmap.md index 7b792c3a38..1d8cf3c22c 100644 --- a/content/zh-cn/docs/tasks/configure-pod-container/configure-pod-configmap.md +++ b/content/zh-cn/docs/tasks/configure-pod-container/configure-pod-configmap.md @@ -907,12 +907,14 @@ Here is the manifest you will use: 现在,Pod 的输出包含环境变量 `SPECIAL_LEVEL_KEY=very` 和 `LOG_LEVEL=INFO`。 - 一旦你乐意继续前进,删除该 Pod: + 一旦你乐意继续前进,删除此 Pod 和 ConfigMap: ```shell kubectl delete pod dapi-test-pod --now + kubectl delete configmap special-config + kubectl delete configmap env-config ``` +删除用于生成 ConfigMap 的 `kustomization.yaml` 文件: + +```bash +rm kustomization.yaml +``` +