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 #1461

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

I'm getting failed to setup network policy in strict mode for the pods in the cluster. Digging in

flostadler commented 1 month ago

The error from above seemed to be an issue with my local setup. In CI we were getting: 6 out of 7 Pods are ready

The logs showed that one of the coredns pods was not ready (there's two in the cluster) because the container got restarted 4 times. I can't repro that locally and a retry worked in CI. This might have been a fluke