kurator
kurator copied to clipboard
support customized vpcid and vpcname
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