mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 01:41:54 -04:00
Use default seccomp profile for flutend-elasticsearch addon
This commit is contained in:
parent
bebc5c1c4f
commit
e9c7fe57d3
2 changed files with 3 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ spec:
|
|||
# Note that this does not guarantee admission on the nodes (#40573).
|
||||
annotations:
|
||||
scheduler.alpha.kubernetes.io/critical-pod: ''
|
||||
seccomp.security.alpha.kubernetes.io/pod: 'docker/default'
|
||||
spec:
|
||||
priorityClassName: system-node-critical
|
||||
serviceAccountName: fluentd-es
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@ spec:
|
|||
metadata:
|
||||
labels:
|
||||
k8s-app: kibana-logging
|
||||
annotations:
|
||||
seccomp.security.alpha.kubernetes.io/pod: 'docker/default'
|
||||
spec:
|
||||
containers:
|
||||
- name: kibana-logging
|
||||
|
|
|
|||
Loading…
Reference in a new issue