File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,13 @@ characters.
7070你必须使用单引号 ` '' ` 转义字符串中的特殊字符,如 ` $ ` 、` \ ` 、` * ` 、` = ` 和` ! ` 。否则,你的 shell
7171将会解析这些字符。
7272
73+ {{< note >}}
74+ <!--
75+ The `stringData` field for a Secret does not work well with server-side apply.
76+ -->
77+ Secret 的 ` stringData ` 字段与服务端应用不兼容。
78+ {{< /note >}}
79+
7380<!--
7481### Use source files
7582-->
Original file line number Diff line number Diff line change @@ -44,6 +44,13 @@ file for the username `admin` and the password `1f2d1e2e67df`.
4444并在定义中引用其它本地文件、` .env ` 文件或文字值生成 Secret。
4545例如:下面的指令为用户名 ` admin ` 和密码 ` 1f2d1e2e67df ` 创建 Kustomization 文件。
4646
47+ {{< note >}}
48+ <!--
49+ The `stringData` field for a Secret does not work well with server-side apply.
50+ -->
51+ Secret 的 ` stringData ` 字段与服务端应用不兼容。
52+ {{< /note >}}
53+
4754### 创建 Kustomization 文件 {#create-the-kustomization-file}
4855
4956{{< tabs name="Secret data" >}}
Original file line number Diff line number Diff line change @@ -423,13 +423,13 @@ deleted by the Kubelet.
423423### Create a container
424424
425425Using `crictl` to create a container is useful for debugging container runtimes.
426- On a running Kubernetes cluster, the sandbox will eventually be stopped and
426+ On a running Kubernetes cluster, the container will eventually be stopped and
427427deleted by the Kubelet.
428428-->
429429### 创建容器 {#create-a-container}
430430
431431用 ` crictl ` 创建容器对容器运行时排错很有帮助。
432- 在运行的 Kubernetes 集群中,沙盒会随机地被 kubelet 停止和删除。
432+ 在运行的 Kubernetes 集群中,容器最终将被 kubelet 停止和删除。
433433
434434<!--
4354351. Pull a busybox image
You can’t perform that action at this time.
0 commit comments