Skip to content
Snippets Groups Projects
Commit a6344f75 authored by Sergey Vasilenko's avatar Sergey Vasilenko
Browse files

Changes in Kubernetes and Calico-CNI plugin config files

required for usage of Calico CNI plugin version 1.4.2
parent c490e5c8
No related branches found
No related tags found
No related merge requests found
{ {
"name": "calico-k8s-network", "name": "calico-k8s-network",
"type": "calico", "type": "calico",
"etcd_authority": "{{ etcd_authority }}",
"log_level": "info", "log_level": "info",
"ipam": { "ipam": {
"type": "calico-ipam" "type": "calico-ipam"
},
"kubernetes": {
"kubeconfig": "{{ kube_config_dir }}/node-kubeconfig.yaml"
} }
} }
...@@ -4,6 +4,7 @@ clusters: ...@@ -4,6 +4,7 @@ clusters:
- name: local - name: local
cluster: cluster:
certificate-authority: {{ kube_cert_dir }}/ca.pem certificate-authority: {{ kube_cert_dir }}/ca.pem
server: http://127.0.0.1:8080
users: users:
- name: kubelet - name: kubelet
user: user:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment