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 f3e97aa commit 633e85bCopy full SHA for 633e85b
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 node -o jsonpath='{.items[].status.addresses[?(.type == "Hostname")].address}' ))
+NODES=($( kubectl get node -o jsonpath='{.items[*].status.addresses[?(.type == "Hostname")].address}' ))
136
137
for NODE in ${NODES[*]}; do ssh $NODE 'sudo apparmor_parser -q <<EOF
138
#include <tunables/global>
0 commit comments