2017-10-16 06:11:38 +00:00
|
|
|
{
|
|
|
|
"name": "cni0",
|
|
|
|
"cniVersion":"0.3.1",
|
|
|
|
"plugins":[
|
|
|
|
{
|
|
|
|
"type": "flannel",
|
|
|
|
"delegate": {
|
|
|
|
"type": "calico",
|
2019-04-09 09:45:07 +00:00
|
|
|
"include_default_routes": true,
|
2017-10-16 06:11:38 +00:00
|
|
|
"etcd_endpoints": "{{ etcd_access_addresses }}",
|
2017-11-07 14:06:16 +00:00
|
|
|
"etcd_key_file": "{{ canal_cert_dir }}/key.pem",
|
|
|
|
"etcd_cert_file": "{{ canal_cert_dir }}/cert.crt",
|
|
|
|
"etcd_ca_cert_file": "{{ canal_cert_dir }}/ca_cert.crt",
|
2017-10-16 06:11:38 +00:00
|
|
|
"log_level": "info",
|
2020-09-10 10:45:46 +00:00
|
|
|
"log_file_path": "/var/log/calico/cni/cni.log",
|
2017-10-16 06:11:38 +00:00
|
|
|
"policy": {
|
|
|
|
"type": "k8s"
|
|
|
|
},
|
|
|
|
"kubernetes": {
|
2020-09-24 16:04:06 +00:00
|
|
|
"kubeconfig": "__KUBECONFIG_FILEPATH__"
|
2017-10-16 06:11:38 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type":"portmap",
|
|
|
|
"capabilities":{
|
|
|
|
"portMappings":true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|