mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
Update kubernetes
@@ -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}'
|
kubectl get nodes -o=jsonpath=$'{range .items[*]}{@.metadata.name}: {@.status.nodeInfo.kubeletVersion}\n{end}'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# ???
|
||||||
|
Reference in New Issue
Block a user