17 lines
327 B
Text
17 lines
327 B
Text
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|