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 82 forks source link

Workflow failure: cron #1462

Closed pulumi-bot closed 1 month ago

pulumi-bot commented 1 month ago

Workflow Failure

cron has failed. See the list of failures below:

flostadler commented 1 month ago

TestAccNetworkPolicies seems to be 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

flostadler commented 1 month ago

Opened issue to track this: https://github.com/pulumi/pulumi-eks/issues/1465

flostadler commented 1 month ago

Retry worked. Will continue investigating in #1465