kurator icon indicating copy to clipboard operation
kurator copied to clipboard

support customized vpcid and vpcname

Open worstkid92 opened this issue 2 years ago • 0 comments

What would you like to be added: In cluster definition, VPCConfig,id does not work yet. type VPCConfig struct { // ID defines a unique identifier to reference this resource. // +optional ID string json:"id"// Name is the name of the VPC. // if not set, the name will be generated from cluster name. // +optional Name stringjson:"name,omitempty"// CIDRBlock is the CIDR block to be used when the provider creates a managed VPC. // Defaults to 10.0.0.0/16. // +optional // +kubebuilder:default:="10.0.0.0/16" CIDRBlock stringjson:"cidrBlock" } Why is this needed: input customer pre-owned vpc-id,and cluster and other resources will be generated within this vpcid also nned customed vpc name

worstkid92 avatar Mar 27 '23 09:03 worstkid92