fix redundant note (#18780)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
134f5a3b2f
commit
0ef0c60436
@@ -41,7 +41,7 @@ base-64 形式的密码为 `Mzk1MjgkdmRnN0pi`。
|
||||
```
|
||||
|
||||
{{< note >}}
|
||||
**注意:** 如果想要跳过 Base64 编码的步骤,可以使用 `kubectl create secret` 命令来创建 Secret:
|
||||
如果想要跳过 Base64 编码的步骤,可以使用 `kubectl create secret` 命令来创建 Secret:
|
||||
{{< /note >}}
|
||||
|
||||
```shell
|
||||
|
||||
+1
-1
@@ -40,7 +40,7 @@ content_template: templates/task
|
||||
第二个元素指示Pod的`annotations`字段的值保存在名为`annotations`的文件中。
|
||||
|
||||
{{< note >}}
|
||||
**注意:** 本示例中的字段是Pod字段,不是Pod中容器的字段。
|
||||
本示例中的字段是Pod字段,不是Pod中容器的字段。
|
||||
{{< /note >}}
|
||||
|
||||
创建 Pod:
|
||||
|
||||
+1
-1
@@ -43,7 +43,7 @@ content_template: templates/task
|
||||
数组中第一个元素指定`MY_NODE_NAME`这个环境变量从Pod的`spec.nodeName`字段获取变量值。同样,其它环境变量也是从Pod的字段获取它们的变量值。
|
||||
|
||||
{{< note >}}
|
||||
**注意:** 本示例中的字段是Pod字段,不是Pod中容器的字段。
|
||||
本示例中的字段是Pod字段,不是Pod中容器的字段。
|
||||
{{< /note >}}
|
||||
|
||||
创建Pod:
|
||||
|
||||
Reference in New Issue
Block a user