We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225aec9 commit 40030a7Copy full SHA for 40030a7
content/zh-cn/docs/tutorials/security/apparmor.md
@@ -221,11 +221,11 @@ profile k8s-apparmor-example-deny-write flags=(attach_disconnected) {
221
222
<!--
223
The profile needs to be loaded onto all nodes, since you don't know where the pod will be scheduled.
224
-For this example we'll use SSH to install the profiles, but other approaches are
+For this example you can use SSH to install the profiles, but other approaches are
225
discussed in [Setting up nodes with profiles](#setting-up-nodes-with-profiles).
226
-->
227
由于不知道 Pod 将被调度到哪里,该配置文件需要加载到所有节点上。
228
-在本例中,我们将使用 SSH 来安装概要文件,
+在本例中,你可以使用 SSH 来安装配置文件,
229
但是在[使用配置文件设置节点](#setting-up-nodes-with-profiles)中讨论了其他方法。
230
231
0 commit comments