add default routing to canal and disable bird checks (#4468)
Co-Author: Paweł Skrzyński
This commit is contained in:
parent
4d39c1856e
commit
b15f3e182d
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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…
Reference in a new issue