Skip to content

Commit

Permalink
[zh-cn] sync test.md tutorials/_index.md pods-and-endpoint-terminatio…
Browse files Browse the repository at this point in the history
…n-flow

Signed-off-by: xin.li <xin.li@daocloud.io>
  • Loading branch information
my-git9 committed Oct 31, 2023
1 parent be43fc0 commit 176e84d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/zh-cn/docs/test.md
Expand Up @@ -467,7 +467,7 @@ source for this page).
下面的示例展示如何实现这点(查看本页的 Markdown 源码):

```none
{{</* codenew file="pods/storage/gce-volume.yaml" */>}}
{{</* alert color="warning" >}}This is a warning.{{< /alert */>}}
```

<!--
Expand Down
4 changes: 2 additions & 2 deletions content/zh-cn/docs/tutorials/_index.md
Expand Up @@ -104,14 +104,14 @@ Kubernetes 文档的这一部分包含教程。
* [Apply Pod Security Standards at Cluster level](/docs/tutorials/security/cluster-level-pss/)
* [Apply Pod Security Standards at Namespace level](/docs/tutorials/security/ns-level-pss/)
* [AppArmor](/zh-cn/docs/tutorials/security/apparmor/)
* [seccomp](/zh-cn/docs/tutorials/security/seccomp/)
* [Seccomp](/zh-cn/docs/tutorials/security/seccomp/)
-->
## 安全 {#security}

* [在集群级别应用 Pod 安全标准](/zh-cn/docs/tutorials/security/cluster-level-pss/)
* [在名字空间级别应用 Pod 安全标准](/zh-cn/docs/tutorials/security/ns-level-pss/)
* [AppArmor](/zh-cn/docs/tutorials/security/apparmor/)
* [seccomp](/zh-cn/docs/tutorials/security/seccomp/)
* [Seccomp](/zh-cn/docs/tutorials/security/seccomp/)

## {{% heading "whatsnext" %}}

Expand Down
Expand Up @@ -61,9 +61,9 @@ Let's say you have a Deployment containing of a single `nginx` replica

假设你有包含单个 nginx 副本(仅用于演示目的)的一个 Deployment 和一个 Service:

{{% code file="service/pod-with-graceful-termination.yaml" %}}
{{% code_sample file="service/pod-with-graceful-termination.yaml" %}}

{{% code file="service/explore-graceful-termination-nginx.yaml" %}}
{{% code_sample file="service/explore-graceful-termination-nginx.yaml" %}}

<!--
Now create the Deployment Pod and Service using the above files:
Expand Down

0 comments on commit 176e84d

Please sign in to comment.