8e5b17cf13
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
16 lines
327 B
Text
16 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"
|
|
}
|
|
}
|