Created
April 7, 2025 17:50
-
-
Save chadmcrowell/8c63ddb3747f2a69f16ec075c8bc1fe3 to your computer and use it in GitHub Desktop.
Revisions
-
chadmcrowell created this gist
Apr 7, 2025 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,28 @@ { "cniVersion": "0.3.1", "name": "kindnet", "plugins": [ { "type": "ptp", "ipMasq": false, "ipam": { "type": "host-local", "dataDir": "/run/cni-ipam-state", "routes": [ { "dst": "0.0.0.0/0" } ], "ranges": [ [ { "subnet": "10.244.0.0/24" } ] ] } , "mtu": 65535 }, { "type": "portmap", "capabilities": { "portMappings": true } } ] }