mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 05:47:59 +00:00
Update kubernetes
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}'
|
||||
```
|
||||
|
||||
# ???
|
||||
|
Loading…
x
Reference in New Issue
Block a user