pulumi / pulumi-eks

A Pulumi component for easily creating and managing an Amazon EKS Cluster
https://www.pulumi.com/registry/packages/eks/
Apache License 2.0
171 stars 81 forks source link

TestAccNetworkPolicies flake #1465

Open flostadler opened 2 weeks ago

flostadler commented 2 weeks ago

TestAccNetworkPolicies is flaky.

It's failing because one of the two coredns pods isn't ready: 6 out of 7 Pods are ready. The coredns container of that pod seems to be restarting, I saw this in the logs: "restartCount": 4

I'm gonna dig a bit deeper if coredns needs some special configuration for network policies. It might be that we need to add some additional network policies for coredns to be allowed to properly communicate.

flostadler commented 2 days ago

I'm starting to have a suspicion that we might be loading the account with too many clusters and nodes at once. Will do some digging if I can find out whether we're running into any limits (e.g. EC2 instance limits)