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.
70
70
你必须使用单引号 ` '' ` 转义字符串中的特殊字符,如 ` $ ` 、` \ ` 、` * ` 、` = ` 和` ! ` 。否则,你的 shell
71
71
将会解析这些字符。
72
72
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
+
73
80
<!--
74
81
### Use source files
75
82
-->
Original file line number Diff line number Diff line change @@ -44,6 +44,13 @@ file for the username `admin` and the password `1f2d1e2e67df`.
44
44
并在定义中引用其它本地文件、` .env ` 文件或文字值生成 Secret。
45
45
例如:下面的指令为用户名 ` admin ` 和密码 ` 1f2d1e2e67df ` 创建 Kustomization 文件。
46
46
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
+
47
54
### 创建 Kustomization 文件 {#create-the-kustomization-file}
48
55
49
56
{{< tabs name="Secret data" >}}
Original file line number Diff line number Diff line change @@ -423,13 +423,13 @@ deleted by the Kubelet.
423
423
### Create a container
424
424
425
425
Using `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
427
427
deleted by the Kubelet.
428
428
-->
429
429
### 创建容器 {#create-a-container}
430
430
431
431
用 ` crictl ` 创建容器对容器运行时排错很有帮助。
432
- 在运行的 Kubernetes 集群中,沙盒会随机地被 kubelet 停止和删除。
432
+ 在运行的 Kubernetes 集群中,容器最终将被 kubelet 停止和删除。
433
433
434
434
<!--
435
435
1. Pull a busybox image
You can’t perform that action at this time.
0 commit comments