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 cd9f744 commit 66fba26Copy full SHA for 66fba26
content/en/docs/tutorials/security/apparmor.md
@@ -132,7 +132,7 @@ discussed in [Setting up nodes with profiles](#setting-up-nodes-with-profiles).
132
133
```shell
134
# This example assumes that node names match host names, and are reachable via SSH.
135
-NODES=($(kubectl get nodes -o name))
+NODES=($(kubectl get nodes -o name | cut -d/ -f2))
136
137
for NODE in ${NODES[*]}; do ssh $NODE 'sudo apparmor_parser -q <<EOF
138
#include <tunables/global>
0 commit comments