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 05249e0 commit 3e4893aCopy full SHA for 3e4893a
.github/workflows/apparmor-wf.yml
@@ -35,6 +35,8 @@ jobs:
35
# Kubernetes version is at least v1.4 -- Kubernetes support for AppArmor was added in v1.4.
36
# verify the Kubelet version of nodes
37
kubectl get nodes -o=jsonpath=$'{range .items[*]}{@.metadata.name}: {@.status.nodeInfo.kubeletVersion}\n{end}'
38
- # check whether the module is enabled
+ # check whether the apparmor module is enabled
39
cat /sys/module/apparmor/parameters/enabled
40
+ # verify AppArmor support on nodes by checking the node ready condition message
41
+ kubectl get nodes -o=jsonpath=$'{range .items[*]}{@.metadata.name}: {.status.conditions[?(@.reason=="KubeletReady")].message}\n{end}'
42
0 commit comments