diff --git a/roles/network_plugin/calico/templates/calico-node.yml.j2 b/roles/network_plugin/calico/templates/calico-node.yml.j2
index e0f2cf62d6faa82fab2126225740eb52e153e93f..91d3078117ccb9b6254a4ee0b0b9093daf734988 100644
--- a/roles/network_plugin/calico/templates/calico-node.yml.j2
+++ b/roles/network_plugin/calico/templates/calico-node.yml.j2
@@ -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: