File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -467,7 +467,7 @@ source for this page).
467
467
下面的示例展示如何实现这点(查看本页的 Markdown 源码):
468
468
469
469
``` none
470
- {{</* codenew file="pods/storage/gce-volume.yaml" */>}}
470
+ {{</* alert color="warning" >}}This is a warning.{{< /alert */>}}
471
471
```
472
472
473
473
<!--
Original file line number Diff line number Diff line change @@ -104,14 +104,14 @@ Kubernetes 文档的这一部分包含教程。
104
104
* [Apply Pod Security Standards at Cluster level](/docs/tutorials/security/cluster-level-pss/)
105
105
* [Apply Pod Security Standards at Namespace level](/docs/tutorials/security/ns-level-pss/)
106
106
* [AppArmor](/zh-cn/docs/tutorials/security/apparmor/)
107
- * [seccomp ](/zh-cn/docs/tutorials/security/seccomp/)
107
+ * [Seccomp ](/zh-cn/docs/tutorials/security/seccomp/)
108
108
-->
109
109
## 安全 {#security}
110
110
111
111
* [ 在集群级别应用 Pod 安全标准] ( /zh-cn/docs/tutorials/security/cluster-level-pss/ )
112
112
* [ 在名字空间级别应用 Pod 安全标准] ( /zh-cn/docs/tutorials/security/ns-level-pss/ )
113
113
* [ AppArmor] ( /zh-cn/docs/tutorials/security/apparmor/ )
114
- * [ seccomp ] ( /zh-cn/docs/tutorials/security/seccomp/ )
114
+ * [ Seccomp ] ( /zh-cn/docs/tutorials/security/seccomp/ )
115
115
116
116
## {{% heading "whatsnext" %}}
117
117
Original file line number Diff line number Diff line change @@ -61,9 +61,9 @@ Let's say you have a Deployment containing of a single `nginx` replica
61
61
62
62
假设你有包含单个 nginx 副本(仅用于演示目的)的一个 Deployment 和一个 Service:
63
63
64
- {{% code file="service/pod-with-graceful-termination.yaml" %}}
64
+ {{% code_sample file="service/pod-with-graceful-termination.yaml" %}}
65
65
66
- {{% code file="service/explore-graceful-termination-nginx.yaml" %}}
66
+ {{% code_sample file="service/explore-graceful-termination-nginx.yaml" %}}
67
67
68
68
<!--
69
69
Now create the Deployment Pod and Service using the above files:
You can’t perform that action at this time.
0 commit comments