sparse-intern-71089
05/10/2023, 9:31 AMkind-house-12874
05/11/2023, 2:49 PMpublicAccessCidrs
limits the Kubernetes API server endpoint access to the specified CIDR blocks, If those blocks do not allow access from within the VPC, the nodes can’t join the cluster. To allow access to the Kubernetes API from inside VPC you can set endpointPrivateAccess
to true
.
More details in https://docs.aws.amazon.com/eks/latest/APIReference/API_VpcConfigRequest.htmlgray-electrician-97832
05/22/2023, 5:10 PMnode_associate_public_ip_address=False
prevented the nodes from either being created or joining the cluster, not sure which. That was while allowing the default values for endpoint_private_access
(default false) and endpoint_public_access
(default true).