cri-o/vendor/k8s.io/kubernetes/cluster/saltbase/salt/calico/10-calico.conf

17 lines
327 B
Text
Raw Normal View History

{
"name": "k8s-pod-network",
"type": "calico",
"etcd_authority": "10.0.0.17:6666",
"log_level": "info",
"ipam": {
"type": "host-local",
"subnet": "usePodCidr"
},
"policy": {
"type": "k8s"
},
"kubernetes": {
"kubeconfig": "/var/lib/kubelet/kubeconfig"
}
}