mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Unbound cluster ip range in vagrant
This commit is contained in:
parent
dada2a184b
commit
512154f25e
@ -46,6 +46,8 @@ for ((i=0; i < NUM_NODES; i++)) do
|
|||||||
VAGRANT_NODE_NAMES[$i]="node-$((i+1))"
|
VAGRANT_NODE_NAMES[$i]="node-$((i+1))"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
CLUSTER_IP_RANGE="${CLUSTER_IP_RANGE:-10.246.0.0/16}"
|
||||||
|
|
||||||
SERVICE_CLUSTER_IP_RANGE=10.247.0.0/16 # formerly PORTAL_NET
|
SERVICE_CLUSTER_IP_RANGE=10.247.0.0/16 # formerly PORTAL_NET
|
||||||
|
|
||||||
# Since this isn't exposed on the network, default to a simple user/passwd
|
# Since this isn't exposed on the network, default to a simple user/passwd
|
||||||
|
Loading…
Reference in New Issue
Block a user