Skip to content

Commit 4dd2e46

Browse files
authored
Merge pull request #34614 from windsonsea/docsite8
[zh-cn] resync security/hello-apparmor.yaml
2 parents 84c035d + 48e6b9e commit 4dd2e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh-cn/examples/pods/security/hello-apparmor.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ kind: Pod
33
metadata:
44
name: hello-apparmor
55
annotations:
6-
# Tell Kubernetes to apply the AppArmor profile "k8s-apparmor-example-deny-write".
7-
# Note that this is ignored if the Kubernetes node is not running version 1.4 or greater.
6+
# 告知 Kubernetes 去应用 AppArmor 配置 "k8s-apparmor-example-deny-write"
7+
# 请注意,如果节点上运行的 Kubernetes 不是 1.4 或更高版本,此注解将被忽略。
88
container.apparmor.security.beta.kubernetes.io/hello: localhost/k8s-apparmor-example-deny-write
99
spec:
1010
containers:

0 commit comments

Comments
 (0)