fix: Link To Step 8 Bootstrap controlplane

This page was renamed recently, so the link in the README was broken.
This commit is contained in:
Khalifah Shabazz
2025-06-11 17:27:36 -04:00
parent 59c6fd25a5
commit b4136eb578
3 changed files with 44 additions and 13 deletions

View File

@@ -0,0 +1,22 @@
{
"cniVersion": "1.0.0",
"name": "crio",
"plugins": [
{
"type": "bridge",
"bridge": "cni0",
"isGateway": true,
"ipMasq": true,
"hairpinMode": true,
"ipam": {
"type": "host-local",
"routes": [
{ "dst": "0.0.0.0/0" }
],
"ranges": [
[{ "subnet": "SUBNET" }]
]
}
}
]
}