mirror of https://github.com/easzlab/kubeasz.git
Create calico-v3.19.yaml.j2
parent
3b37f0c877
commit
af26a01d63
|
@ -43,7 +43,7 @@ data:
|
||||||
"etcd_endpoints": "{{ ETCD_ENDPOINTS }}",
|
"etcd_endpoints": "{{ ETCD_ENDPOINTS }}",
|
||||||
"etcd_key_file": "/etc/calico/ssl/calico-key.pem",
|
"etcd_key_file": "/etc/calico/ssl/calico-key.pem",
|
||||||
"etcd_cert_file": "/etc/calico/ssl/calico.pem",
|
"etcd_cert_file": "/etc/calico/ssl/calico.pem",
|
||||||
"etcd_ca_cert_file": "/etc/kubernetes/ssl/ca.pem",
|
"etcd_ca_cert_file": "{{ ca_dir }}/ca.pem",
|
||||||
"mtu": 1500,
|
"mtu": 1500,
|
||||||
"ipam": {
|
"ipam": {
|
||||||
"type": "calico-ipam"
|
"type": "calico-ipam"
|
||||||
|
|
Loading…
Reference in New Issue