Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions test/integration/manifests/cilium/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ spec:
template:
metadata:
annotations:
container.apparmor.security.beta.kubernetes.io/apply-sysctl-overwrites: unconfined
container.apparmor.security.beta.kubernetes.io/cilium-agent: unconfined
container.apparmor.security.beta.kubernetes.io/clean-cilium-state: unconfined
container.apparmor.security.beta.kubernetes.io/mount-cgroup: unconfined
prometheus.io/port: "9962"
prometheus.io/scrape: "true"
creationTimestamp: null
Expand Down Expand Up @@ -102,6 +98,8 @@ spec:
timeoutSeconds: 5
resources: {}
securityContext:
appArmorProfile:
type: Unconfined
capabilities:
add:
- CHOWN
Expand Down Expand Up @@ -197,6 +195,8 @@ spec:
name: mount-cgroup
resources: {}
securityContext:
appArmorProfile:
type: Unconfined
capabilities:
add:
- SYS_ADMIN
Expand Down Expand Up @@ -229,6 +229,8 @@ spec:
name: apply-sysctl-overwrites
resources: {}
securityContext:
appArmorProfile:
type: Unconfined
capabilities:
add:
- SYS_ADMIN
Expand Down Expand Up @@ -287,6 +289,8 @@ spec:
cpu: 100m
memory: 100Mi
securityContext:
appArmorProfile:
type: Unconfined
capabilities:
add:
- NET_ADMIN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ spec:
template:
metadata:
annotations:
container.apparmor.security.beta.kubernetes.io/apply-sysctl-overwrites: unconfined
container.apparmor.security.beta.kubernetes.io/cilium-agent: unconfined
container.apparmor.security.beta.kubernetes.io/clean-cilium-state: unconfined
container.apparmor.security.beta.kubernetes.io/mount-cgroup: unconfined
prometheus.io/port: "9962"
prometheus.io/scrape: "true"
creationTimestamp: null
Expand Down Expand Up @@ -97,6 +93,8 @@ spec:
timeoutSeconds: 5
resources: {}
securityContext:
appArmorProfile:
type: Unconfined
capabilities:
add:
- CHOWN
Expand Down Expand Up @@ -192,6 +190,8 @@ spec:
name: mount-cgroup
resources: {}
securityContext:
appArmorProfile:
type: Unconfined
capabilities:
add:
- SYS_ADMIN
Expand Down Expand Up @@ -224,6 +224,8 @@ spec:
name: apply-sysctl-overwrites
resources: {}
securityContext:
appArmorProfile:
type: Unconfined
capabilities:
add:
- SYS_ADMIN
Expand Down Expand Up @@ -282,6 +284,8 @@ spec:
cpu: 100m
memory: 100Mi
securityContext:
appArmorProfile:
type: Unconfined
capabilities:
add:
- NET_ADMIN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ spec:
template:
metadata:
annotations:
container.apparmor.security.beta.kubernetes.io/apply-sysctl-overwrites: unconfined
container.apparmor.security.beta.kubernetes.io/cilium-agent: unconfined
container.apparmor.security.beta.kubernetes.io/clean-cilium-state: unconfined
container.apparmor.security.beta.kubernetes.io/mount-cgroup: unconfined
prometheus.io/port: "9962"
prometheus.io/scrape: "true"
creationTimestamp: null
Expand Down Expand Up @@ -97,6 +93,8 @@ spec:
timeoutSeconds: 5
resources: {}
securityContext:
appArmorProfile:
type: Unconfined
capabilities:
add:
- CHOWN
Expand Down Expand Up @@ -192,6 +190,8 @@ spec:
name: mount-cgroup
resources: {}
securityContext:
appArmorProfile:
type: Unconfined
capabilities:
add:
- SYS_ADMIN
Expand Down Expand Up @@ -224,6 +224,8 @@ spec:
name: apply-sysctl-overwrites
resources: {}
securityContext:
appArmorProfile:
type: Unconfined
capabilities:
add:
- SYS_ADMIN
Expand Down Expand Up @@ -282,6 +284,8 @@ spec:
cpu: 100m
memory: 100Mi
securityContext:
appArmorProfile:
type: Unconfined
capabilities:
add:
- NET_ADMIN
Expand Down
Loading