Starting with kubernetes 1.30 apparmor profiles are specified in the security_context instead of annotations: https://kubernetes.io/docs/tutorials/security/apparmor/ This PS: 1: updates apparmor value overrides to use security_context 2: removes apparmor annotations from top level values where found 3: removes non apparmor values from apparmor value overrides where found End users can still use annotations by setting values appropriately. Change-Id: I2c1a473e81d0904cbb1f96ee6ffb08b0d68e8651
60 lines
1.5 KiB
YAML
60 lines
1.5 KiB
YAML
---
|
|
pod:
|
|
security_context:
|
|
cinder_api:
|
|
container:
|
|
cinder_api:
|
|
appArmorProfile:
|
|
type: RuntimeDefault
|
|
ceph_coordination_volume_perms:
|
|
appArmorProfile:
|
|
type: RuntimeDefault
|
|
cinder_backup:
|
|
container:
|
|
cinder_backup:
|
|
appArmorProfile:
|
|
type: RuntimeDefault
|
|
ceph_coordination_volume_perms:
|
|
appArmorProfile:
|
|
type: RuntimeDefault
|
|
cinder_scheduler:
|
|
container:
|
|
cinder_scheduler:
|
|
appArmorProfile:
|
|
type: RuntimeDefault
|
|
ceph_coordination_volume_perms:
|
|
appArmorProfile:
|
|
type: RuntimeDefault
|
|
cinder_volume:
|
|
container:
|
|
cinder_volume:
|
|
appArmorProfile:
|
|
type: RuntimeDefault
|
|
ceph_coordination_volume_perms:
|
|
appArmorProfile:
|
|
type: RuntimeDefault
|
|
init_cinder_conf:
|
|
appArmorProfile:
|
|
type: RuntimeDefault
|
|
storage_init:
|
|
container:
|
|
cinder_backup_storage_init:
|
|
appArmorProfile:
|
|
type: RuntimeDefault
|
|
create_internal_tenant:
|
|
container:
|
|
create_internal_tenant:
|
|
appArmorProfile:
|
|
type: RuntimeDefault
|
|
volume_usage_audit:
|
|
container:
|
|
cinder_volume_usage_audit:
|
|
appArmorProfile:
|
|
type: RuntimeDefault
|
|
kubernetes_entrypoint:
|
|
container:
|
|
kubernetes_entrypoint:
|
|
appArmorProfile:
|
|
type: RuntimeDefault
|
|
...
|