many changes
This commit is contained in:
parent
d4cb32b9c3
commit
dccf8ca00e
22 changed files with 297 additions and 133 deletions
20
roles/kubernetes-base/templates/kubenet-config.json.j2
Normal file
20
roles/kubernetes-base/templates/kubenet-config.json.j2
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"cniVersion": "0.3.0",
|
||||
"name": "mynet",
|
||||
"type": "bridge",
|
||||
"bridge": "cbr0",
|
||||
"isDefaultGateway": true,
|
||||
"ipMasq": true,
|
||||
"hairpinMode": true,
|
||||
"ipam": {
|
||||
"type": "host-local",
|
||||
"ranges": [
|
||||
[
|
||||
{
|
||||
"subnet": "2001:470:6d:22c:42::/80",
|
||||
"gateway": "2001:470:6d:22c::1"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue