Hey <@U016WKMFLL9>, following up on your comment ...
# general
f
Hey @creamy-pencil-82913, following up on your comment github.com/rancher/rancher/issues/52131#issuecomment-3416365174. The api-server and the node containing the pod are in the same VPC and same subnet. How should the routing table look like?
c
Are you using the AWS VPC CNI, or did you replace the CNI with something else?
Pods should have IPs in your subnets if you want the apiserver to be able to reach them.
f
Thank you, your comment pointed me in the right direction. I’m using vpc-cni in a classic setup. I had to add an additional rule in the node sg to make it work.
Commented on the issue to leave some documentation.