Skip to content

Instantly share code, notes, and snippets.

@knabben
Created December 30, 2021 21:18
Show Gist options
  • Save knabben/f478afc647152bf5c9702411296c604d to your computer and use it in GitHub Desktop.
Save knabben/f478afc647152bf5c9702411296c604d to your computer and use it in GitHub Desktop.
antrea-cni
{
"cniVersion":"0.3.0",
"name": "antrea",
"plugins": [
{
"type": "antrea",
"ipam": {
"type": "host-local"
},
"capabilities": {"dns": true}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment