Created
February 3, 2022 17:26
-
-
Save arianvp/5f19a5adc93f55180634d93b18b97d2c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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