• James Ravn's avatar
    Handle aws implicit and shared routing tables · f568b651
    James Ravn authored
    Fix the AWS subnet lookup that checks if a subnet is public, which was
    missing a few cases:
    
    - Subnets without explicit routing tables, which use the main VPC
      routing table.
    - Routing tables not tagged with KubernetesCluster. The filter for this
      is now removed.
    f568b651
Name
Last commit
Last update
..
aws.go Loading commit data...
aws_instancegroups.go Loading commit data...
aws_loadbalancer.go Loading commit data...
aws_routes.go Loading commit data...
aws_test.go Loading commit data...
aws_utils.go Loading commit data...
log_handler.go Loading commit data...
retry_handler.go Loading commit data...
retry_handler_test.go Loading commit data...