Skip to content

Instantly share code, notes, and snippets.

@arianvp
Created February 3, 2022 17:26
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 arianvp/5f19a5adc93f55180634d93b18b97d2c to your computer and use it in GitHub Desktop.
Save arianvp/5f19a5adc93f55180634d93b18b97d2c to your computer and use it in GitHub Desktop.
{
"cniversion":"1.0.0",
"name":"kube",
"plugins": [
{
"type": "ptp",
"ipam": {
"type": "host-local",
"routes": [ { "dst": "::/0" } ],
"ranges": [ { "subnet": "2001:19f0:6c01:1f10::/80" } ]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment