Created the initial k3s configuration for personal use

This commit is contained in:
2025-02-19 15:08:58 -07:00
parent 01e069514e
commit 72c4a448ff
83 changed files with 2109 additions and 1 deletions
+10
View File
@@ -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
}