mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Modify security profile for proxy
This commit is contained in:
parent
25a1cdbfc5
commit
a8a24849c0
@ -878,6 +878,9 @@ data:
|
|||||||
config: |-
|
config: |-
|
||||||
policy: enabled
|
policy: enabled
|
||||||
template: |-
|
template: |-
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
container.seccomp.security.alpha.kubernetes.io/istio-proxy: 'docker/default'
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: istio-init
|
- name: istio-init
|
||||||
image: gcr.io/istio-release/proxy_init:0.8.0
|
image: gcr.io/istio-release/proxy_init:0.8.0
|
||||||
|
@ -865,6 +865,9 @@ data:
|
|||||||
config: |-
|
config: |-
|
||||||
policy: enabled
|
policy: enabled
|
||||||
template: |-
|
template: |-
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
container.seccomp.security.alpha.kubernetes.io/istio-proxy: 'docker/default'
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: istio-init
|
- name: istio-init
|
||||||
image: gcr.io/istio-release/proxy_init:0.8.0
|
image: gcr.io/istio-release/proxy_init:0.8.0
|
||||||
|
Loading…
Reference in New Issue
Block a user