Created the initial k3s configuration for personal use
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "k8s-flannel.network",
|
||||
"type": "flannel",
|
||||
"delegate": {
|
||||
"hairpin-mode": true,
|
||||
"force-address": "10.42.0.0/16",
|
||||
"master-plugin": true
|
||||
},
|
||||
"isDefaultGateway": true
|
||||
}
|
||||
Reference in New Issue
Block a user