Skip to content
Snippets Groups Projects
Unverified Commit e1873ab8 authored by chenguoquan1024's avatar chenguoquan1024 Committed by GitHub
Browse files

add calico-node selinux (#6359)

parent 29312a3e
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,8 @@ spec:
name: host-local-net-dir
- mountPath: /host/opt/cni/bin
name: cni-bin-dir
securityContext:
privileged: true
{% endif %}
# This container installs the Calico CNI binaries
# and CNI network config file on each node.
......@@ -88,6 +90,8 @@ spec:
name: cni-net-dir
- mountPath: /host/opt/cni/bin
name: cni-bin-dir
securityContext:
privileged: true
{% endif %}
containers:
{% if calico_version is version('v3.3.0', '>=') and calico_version is version('v3.4.0', '<') %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment