diff --git a/roles/network_plugin/calico/templates/calico-node.yml.j2 b/roles/network_plugin/calico/templates/calico-node.yml.j2
index eb0e89db2d239fb3990490bfe415b8934151c70c..39961002e1dfa77a2cf5ea47062e5cdd9eaa74e6 100644
--- a/roles/network_plugin/calico/templates/calico-node.yml.j2
+++ b/roles/network_plugin/calico/templates/calico-node.yml.j2
@@ -284,7 +284,9 @@ spec:
               command:
               - /bin/calico-node
               - -felix-live
+{% if calico_network_backend|default("bird") == "bird" %}
               - -bird-live
+{% endif %}
 {% endif %}
             initialDelaySeconds: 5
             failureThreshold: 6
@@ -299,7 +301,9 @@ spec:
             exec:
               command:
               - /bin/calico-node
+{% if calico_network_backend|default("bird") == "bird" %}
               - -bird-ready
+{% endif %}
               - -felix-ready
 {% endif %}
           volumeMounts: