Merge pull request #602 from adidenko/fix-canal-ssl

Fix etcd ssl for canal
This commit is contained in:
Matthew Mosesohn
2016-11-15 12:43:22 +03:00
committed by GitHub
6 changed files with 73 additions and 8 deletions

View File

@@ -1,15 +0,0 @@
{
"name": "canal-k8s-network",
"type": "flannel",
"delegate": {
"type": "calico",
"etcd_endpoints": "{{ etcd_access_endpoint }}",
"log_level": "info",
"policy": {
"type": "k8s"
},
"kubernetes": {
"kubeconfig": "{{ kube_config_dir }}/node-kubeconfig.yaml"
}
}
}