Browse Source

add default routing to canal and disable bird checks (#4468)

Co-Author: Paweł Skrzyński
pull/4523/head
Maxime Guyot 5 years ago
committed by Kubernetes Prow Robot
parent
commit
b15f3e182d
2 changed files with 1 additions and 1 deletions
  1. 1
      roles/network_plugin/canal/templates/canal-node.yaml.j2
  2. 1
      roles/network_plugin/canal/templates/cni-canal.conflist.j2

1
roles/network_plugin/canal/templates/canal-node.yaml.j2

@ -263,7 +263,6 @@ spec:
exec: exec:
command: command:
- /bin/calico-node - /bin/calico-node
- -bird-ready
- -felix-ready - -felix-ready
{% endif %} {% endif %}
periodSeconds: 10 periodSeconds: 10

1
roles/network_plugin/canal/templates/cni-canal.conflist.j2

@ -6,6 +6,7 @@
"type": "flannel", "type": "flannel",
"delegate": { "delegate": {
"type": "calico", "type": "calico",
"include_default_routes": true,
"etcd_endpoints": "{{ etcd_access_addresses }}", "etcd_endpoints": "{{ etcd_access_addresses }}",
"etcd_key_file": "{{ canal_cert_dir }}/key.pem", "etcd_key_file": "{{ canal_cert_dir }}/key.pem",
"etcd_cert_file": "{{ canal_cert_dir }}/cert.crt", "etcd_cert_file": "{{ canal_cert_dir }}/cert.crt",

Loading…
Cancel
Save