mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 13:12:20 +00:00
Allow to configure the base VPC CIDR
This commit is contained in:
@@ -102,7 +102,7 @@ export AWS_DEFAULT_OUTPUT=text
|
||||
AWS_CMD="aws ec2"
|
||||
AWS_ASG_CMD="aws autoscaling"
|
||||
|
||||
VPC_CIDR_BASE=172.20
|
||||
VPC_CIDR_BASE=${KUBE_VPC_CIDR_BASE:-172.20}
|
||||
MASTER_IP_SUFFIX=.9
|
||||
VPC_CIDR=${VPC_CIDR_BASE}.0.0/16
|
||||
SUBNET_CIDR=${VPC_CIDR_BASE}.0.0/24
|
||||
|
Reference in New Issue
Block a user