mirror of https://github.com/kubernetes/kops.git
Merge pull request #14685 from johngmyers/revert-flatcar-workaround
Revert "Calico: Work around host port/conntrack problem"
This commit is contained in:
commit
8e3b7c3a67
|
@ -4709,12 +4709,6 @@ spec:
|
||||||
# Controls the log level used by the BPF programs
|
# Controls the log level used by the BPF programs
|
||||||
- name: FELIX_BPFLOGLEVEL
|
- name: FELIX_BPFLOGLEVEL
|
||||||
value: "{{- or .Networking.Calico.BPFLogLevel "Off" }}"
|
value: "{{- or .Networking.Calico.BPFLogLevel "Off" }}"
|
||||||
# Temporary workaround for https://github.com/projectcalico/calico/issues/6522,
|
|
||||||
# allowing reply packets from containers using host ports to flow through DNAT reversal properly.
|
|
||||||
{{- if .Networking.Calico.BPFEnabled }}
|
|
||||||
- name: FELIX_BPFHostConntrackBypass
|
|
||||||
value: "false"
|
|
||||||
{{- end }}
|
|
||||||
# Controls whether Felix inserts rules to the top of iptables chains, or appends to the bottom
|
# Controls whether Felix inserts rules to the top of iptables chains, or appends to the bottom
|
||||||
- name: FELIX_CHAININSERTMODE
|
- name: FELIX_CHAININSERTMODE
|
||||||
value: "{{- or .Networking.Calico.ChainInsertMode "insert" }}"
|
value: "{{- or .Networking.Calico.ChainInsertMode "insert" }}"
|
||||||
|
|
|
@ -4674,12 +4674,6 @@ spec:
|
||||||
# Controls the log level used by the BPF programs
|
# Controls the log level used by the BPF programs
|
||||||
- name: FELIX_BPFLOGLEVEL
|
- name: FELIX_BPFLOGLEVEL
|
||||||
value: "{{- or .Networking.Calico.BPFLogLevel "Off" }}"
|
value: "{{- or .Networking.Calico.BPFLogLevel "Off" }}"
|
||||||
# Temporary workaround for https://github.com/projectcalico/calico/issues/6522,
|
|
||||||
# allowing reply packets from containers using host ports to flow through DNAT reversal properly.
|
|
||||||
{{- if .Networking.Calico.BPFEnabled }}
|
|
||||||
- name: FELIX_BPFHostConntrackBypass
|
|
||||||
value: "false"
|
|
||||||
{{- end }}
|
|
||||||
# Controls whether Felix inserts rules to the top of iptables chains, or appends to the bottom
|
# Controls whether Felix inserts rules to the top of iptables chains, or appends to the bottom
|
||||||
- name: FELIX_CHAININSERTMODE
|
- name: FELIX_CHAININSERTMODE
|
||||||
value: "{{- or .Networking.Calico.ChainInsertMode "insert" }}"
|
value: "{{- or .Networking.Calico.ChainInsertMode "insert" }}"
|
||||||
|
|
Loading…
Reference in New Issue