Skip to content

Instantly share code, notes, and snippets.

@ronaknnathani
Last active August 22, 2020 01:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ronaknnathani/957a56210bd4fbd8e11120273c6b4ede to your computer and use it in GitHub Desktop.
Save ronaknnathani/957a56210bd4fbd8e11120273c6b4ede to your computer and use it in GitHub Desktop.
Sample flannel CNI plugin configuration. By default, it is stored at /etc/cni/net.d/10-flannel.conflist.
{
"name": "cni0",
"plugins": [
{
"type": "flannel",
"delegate": {
"ipMasq": false,
"hairpinMode": true,
"isDefaultGateway": true
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment