We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d34e8b commit b6f2094Copy full SHA for b6f2094
Vagrantfile
@@ -1,6 +1,6 @@
1
# Configuration parameters
2
VAGRANT_BASE_OS = "bento/ubuntu-24.04" # "bento/ubuntu-22.04"
3
-PRIVATE_NETWORK = "private_network" # For Host -> VM and VM <-> VM within the network
+PRIVATE_NETWORK = "private_network" # For Host -> VM and VM <-> VM (within the network)
4
BASE_CIDR = "10.201.0.0" # Base address for pods
5
6
# Create list of one or more Control Plane Nodes (but one is sufficient)
0 commit comments