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
Dealing with a cluster with custom cidr routing using virtual private gateways. I would like to add a log of cidr addresses to set up custom routes in routes.gyro to keep gyro from attempting to delete these routes when performing gyro up.
when using transit gateway, I get the following error when performing gyro up:
Caused by: Error: Can't set route to [{destination-cidr-block=0.0.0.0/0, nat-gateway=aws::nat-gateway us-xxxx-1}, {destination-cidr-block=x.x.x.x/x, transit-gateway='virt-gateway-012343215'}, {destination-cidr-block=x.x.x.x/x, transit-gateway='virt-gateway-012343215'}] because it can't be converted to an instance of java.util.Set<gyro.aws.ec2.RouteResource>!
The text was updated successfully, but these errors were encountered:
Dealing with a cluster with custom cidr routing using virtual private gateways. I would like to add a log of cidr addresses to set up custom routes in routes.gyro to keep gyro from attempting to delete these routes when performing
gyro up
.Example of cidr addresses I'm attempting to add.
Current gyro structure inside of routes.gyro using transit-gateway:
when using transit gateway, I get the following error when performing
gyro up
:Caused by: Error: Can't set route to [{destination-cidr-block=0.0.0.0/0, nat-gateway=aws::nat-gateway us-xxxx-1}, {destination-cidr-block=x.x.x.x/x, transit-gateway='virt-gateway-012343215'}, {destination-cidr-block=x.x.x.x/x, transit-gateway='virt-gateway-012343215'}] because it can't be converted to an instance of java.util.Set<gyro.aws.ec2.RouteResource>!
The text was updated successfully, but these errors were encountered: