Skip to content

Commit 15dba8f

Browse files
authored
Merge pull request #28403 from jihoon-seo/210614_Fix_wrong_custom_heading_ID
[zh] Fix wrong custom heading ID
2 parents 8789b66 + 4267616 commit 15dba8f

File tree

1 file changed

+1
-1
lines changed
  • content/zh/docs/concepts/workloads/pods

1 file changed

+1
-1
lines changed

content/zh/docs/concepts/workloads/pods/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ Any container in a Pod can enable privileged mode, using the `privileged` flag o
484484
the [security context](/docs/tasks/configure-pod-container/security-context/) of the container spec. This is useful for containers that want to use operating system administrative capabilities such as manipulating the network stack or accessing hardware devices.
485485
Processes within a privileged container get almost the same privileges that are available to processes outside a container.
486486
-->
487-
## 容器的特权模式 {#rivileged-mode-for-containers}
487+
## 容器的特权模式 {#privileged-mode-for-containers}
488488

489489
Pod 中的任何容器都可以使用容器规约中的
490490
[安全性上下文](/zh/docs/tasks/configure-pod-container/security-context/)中的

0 commit comments

Comments
 (0)