From 6ffc48c9cf4c84787f2dd475ec5614c686d8f534 Mon Sep 17 00:00:00 2001 From: Kinzhi Date: Fri, 3 Feb 2023 00:26:16 +0800 Subject: [PATCH] [zh-cn]Update open-a-pr.md --- content/zh-cn/docs/contribute/new-content/open-a-pr.md | 6 ++---- .../configure-pod-container/configure-pod-configmap.md | 8 -------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/content/zh-cn/docs/contribute/new-content/open-a-pr.md b/content/zh-cn/docs/contribute/new-content/open-a-pr.md index d42fb57405..ee9d1c6ee0 100644 --- a/content/zh-cn/docs/contribute/new-content/open-a-pr.md +++ b/content/zh-cn/docs/contribute/new-content/open-a-pr.md @@ -98,8 +98,7 @@ Figure 1. Steps for opening a PR using GitHub. 图 1. 使用 GitHub 发起一个 PR 的步骤。 -1. 在你发现问题的网页,选择右上角的铅笔图标。 - 你也可以滚动到页面底端,选择**编辑此页**。 +1. 在你发现问题的页面上,选择右侧导航面板中的**编辑此页面**选项。 2. 在 GitHub 的 Markdown 编辑器中修改内容。 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 90f85c072c..ce863b1e9a 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 @@ -396,7 +396,6 @@ metadata: name: game-config-env-file namespace: default resourceVersion: "809965" - selfLink: /api/v1/namespaces/default/configmaps/game-config-env-file uid: d9d1ca5b-eb34-11e7-887b-42010a8002b8 data: allowed: '"true"' @@ -838,13 +837,6 @@ configmap/special-config-2-c92b5mmcf2 created --> ## 将 ConfigMap 中的所有键值对配置为容器环境变量 {#configure-all-key-value-pairs-in-a-configmap-as-container-environment-variables} -{{< note >}} - -Kubernetes v1.6 和更高版本支持此功能。 -{{< /note >}} -