Skip to content

Add kubeconfig, podCIDR support

Compare
Choose a tag to compare
@caseydavenport caseydavenport released this 24 May 00:21
· 1286 commits to master since this release
  • Adds the ability to use kubeconfig to access/authenticate with the Kubernetes API using the following CNI network config snippet:
"kubernetes": {
  "kubeconfig": "/path/to/kubeconfig"
}
  • Also adds the ability to read podCIDR from the Kubernetes API to configure the subnet when using host-local IPAM.
"ipam": {
  "type": "host-local",
  "subnet": "usePodCidr"
}