Skip to content

Commit

Permalink
Calico: remove duplicate values for CALICO_DISABLE_FILE_LOGGING and F…
Browse files Browse the repository at this point in the history
…ELIX_DEFAULTENDPOINTTOHOSTACTION (kubernetes-sigs#8269)
  • Loading branch information
cristicalin authored and nmasse-itix committed Dec 8, 2021
1 parent 34822c6 commit e3e7493
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions roles/network_plugin/calico/templates/calico-node.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -277,12 +277,6 @@ spec:
fieldRef:
fieldPath: status.hostIP
{% endif %}
# Disable file logging so `kubectl logs` works.
- name: CALICO_DISABLE_FILE_LOGGING
value: "true"
# Set Felix endpoint to host default action to ACCEPT.
- name: FELIX_DEFAULTENDPOINTTOHOSTACTION
value: "ACCEPT"
- name: NODENAME
valueFrom:
fieldRef:
Expand Down

0 comments on commit e3e7493

Please sign in to comment.