Skip to content
Snippets Groups Projects
Commit b15f3e18 authored by Maxime Guyot's avatar Maxime Guyot Committed by Kubernetes Prow Robot
Browse files

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

Co-Author: Paweł Skrzyński
parent 4d39c185
Branches
Tags
No related merge requests found
......@@ -263,7 +263,6 @@ spec:
exec:
command:
- /bin/calico-node
- -bird-ready
- -felix-ready
{% endif %}
periodSeconds: 10
......
......@@ -6,6 +6,7 @@
"type": "flannel",
"delegate": {
"type": "calico",
"include_default_routes": true,
"etcd_endpoints": "{{ etcd_access_addresses }}",
"etcd_key_file": "{{ canal_cert_dir }}/key.pem",
"etcd_cert_file": "{{ canal_cert_dir }}/cert.crt",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment