You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to deploy a security group in my existing AWS VPC.
But it looks like we need to have created the VPC using crossplane to deploy resources in int which is kinda annoying.
Is there a way to do it or it's mandatory to have the VPC created with crossplane ?
cannot resolve references: mg.Spec.ForProvider.VPCID: cannot get
referenced resource: VPC.ec2.aws.crossplane.io "vpc-XXX"
not found
How can we reproduce it?
Create a ec2 security group with crossplane that references a VPC non created with crossplane
What environment did it happen in?
Crossplane version: 1.17.0
Cloud provider or hardware configuration: AWS
Kubernetes version (use kubectl version) : 1.29
Kubernetes distribution (e.g. Tectonic, GKE, OpenShift): EKS
The text was updated successfully, but these errors were encountered:
You can specify the spec.forProvider.vpcId explicitly in the SecurityGroup resource. If you use spec.forProvider.vpcRef.name then it will look for a corresponding Crossplane resource.
What happened?
I wanted to deploy a security group in my existing AWS VPC.
But it looks like we need to have created the VPC using crossplane to deploy resources in int which is kinda annoying.
Is there a way to do it or it's mandatory to have the VPC created with crossplane ?
How can we reproduce it?
Create a ec2 security group with crossplane that references a VPC non created with crossplane
What environment did it happen in?
Crossplane version: 1.17.0
kubectl version
) : 1.29The text was updated successfully, but these errors were encountered: