mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
Make calico_node_ignorelooserpf have an effect (#1945)
This commit is contained in:
committed by
Matthew Mosesohn
parent
421e73b87c
commit
37125866ca
@@ -118,6 +118,8 @@ spec:
|
|||||||
fieldPath: spec.nodeName
|
fieldPath: spec.nodeName
|
||||||
- name: FELIX_HEALTHENABLED
|
- name: FELIX_HEALTHENABLED
|
||||||
value: "true"
|
value: "true"
|
||||||
|
- name: FELIX_IGNORELOOSERPF
|
||||||
|
value: "{{ calico_node_ignorelooserpf }}"
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
Reference in New Issue
Block a user