You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The secret name may consist of a maximum of 253 characters.
@@ -310,21 +313,29 @@ If needed, you can expand the **Advanced options** section where you can specify
310
313
如果创建失败,则不会使用任何 Secret。
311
314
312
315
<!--
313
-
- **CPU requirement (cores)** and **Memory requirement (MiB)**: You can specify the minimum [resource limits](/docs/tasks/configure-pod-container/limit-range/) for the container. By default, Pods run with unbounded CPU and memory limits.
316
+
- **CPU requirement (cores)** and **Memory requirement (MiB)**:
317
+
You can specify the minimum [resource limits](/docs/tasks/administer-cluster/manage-resources/memory-default-namespace/)
318
+
for the container. By default, Pods run with unbounded CPU and memory limits.
- **Run command** and **Run command arguments**: By default, your containers run the specified Docker image's default [entrypoint command](/docs/user-guide/containers/#containers-and-commands). You can use the command options and arguments to override the default.
325
+
- **Run command** and **Run command arguments**:
326
+
By default, your containers run the specified Docker image's default
- **Run as privileged**: This setting determines whether processes in [privileged containers](/docs/user-guide/pods/#privileged-mode-for-pod-containers) are equivalent to processes running as root on the host. Privileged containers can make use of capabilities like manipulating the network stack and accessing devices.
335
+
- **Run as privileged**: This setting determines whether processes in
@@ -441,19 +452,20 @@ Storage view shows PersistentVolumeClaim resources which are used by application
441
452
存储视图展示持久卷申领(PVC)资源,这些资源被应用程序用来存储数据。
442
453
443
454
<!--
444
-
#### Config Maps and Secrets
455
+
#### ConfigMaps and Secrets {#config-maps-and-secrets}
445
456
446
457
Shows all Kubernetes resources that are used for live configuration of applications running in clusters. The view allows for editing and managing config objects and displays secrets hidden by default.
Pod lists and detail pages link to logs viewer that is built into Dashboard. The viewer allows for drilling down logs from containers belonging to a single Pod.
467
+
Pod lists and detail pages link to a logs viewer that is built into Dashboard.
468
+
The viewer allows for drilling down logs from containers belonging to a single Pod.
0 commit comments