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
bootstrap.sh exists with error on line 110 if the node subnet is not 10.0.0.0/16, yet the nodes still attach to the cluster.
(my subnet is 172.31.0.0/16)
What you expected to happen:
either the nodes should fail to connect to the cluster or shouldn't fail or a subnet that starts with 10.* should not be hardcoded.
How to reproduce it (as minimally and precisely as possible):
set up an eks subnets where the nodes run in a subnet different from 10.0.0.0/16
What happened:
bootstrap.sh exists with error on line 110 if the node subnet is not 10.0.0.0/16, yet the nodes still attach to the cluster.
(my subnet is 172.31.0.0/16)
What you expected to happen:
either the nodes should fail to connect to the cluster or shouldn't fail or a subnet that starts with 10.* should not be hardcoded.
How to reproduce it (as minimally and precisely as possible):
set up an eks subnets where the nodes run in a subnet different from 10.0.0.0/16
Environment:
aws eks describe-cluster --name <name> --query cluster.platformVersion
):eks.1aws eks describe-cluster --name <name> --query cluster.version
):uname -a
):Linux ip-172-31-2-61 4.14.77-81.59.amzn2.x86_64 Template is missing source_ami_id in the variables section #1 SMP Mon Nov 12 21:32:48 UTC 2018 x86_64 x86_64 x86_64 GNU/LinuxThe text was updated successfully, but these errors were encountered: