add default routing to canal and disable bird checks (#4468)
Co-Author: Paweł Skrzyńskipull/4523/head
parent
4d39c1856e
commit
b15f3e182d
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue