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 c14e0d6 commit f312e8bCopy full SHA for f312e8b
content/en/docs/tutorials/security/apparmor.md
@@ -106,7 +106,7 @@ on nodes by checking the node ready condition message (though this is likely to
106
later release):
107
108
```shell
109
-kubectl get nodes -o=jsonpath=$'{range .items[*]}{@.metadata.name}: {.status.conditions[?(@.reason=="KubeletReady")].message}\n{end}'
+kubectl get nodes -o=jsonpath='{range .items[*]}{@.metadata.name}: {.status.conditions[?(@.reason=="KubeletReady")].message}{"\n"}{end}'
110
```
111
112
gke-test-default-pool-239f5d02-gyn2: kubelet is posting ready status. AppArmor enabled
0 commit comments