2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 05:47:59 +00:00

Update kubernetes

John Johansen 2021-02-26 10:56:49 +00:00
parent 760f6d4101
commit bf5e4899e5

@ -1,6 +1,11 @@
Check Kubernetes version
# Check you Kubernetes Version
AppArmor support was added to kubernetes in v1.4. Kubernetes older than v1.4 do not understand AppArmor annotations and they will be silently ignored.
To check your Kubernetes version you can do
```
kubectl get nodes -o=jsonpath=$'{range .items[*]}{@.metadata.name}: {@.status.nodeInfo.kubeletVersion}\n{end}'
```
# ???