EKS e2e tests permanently failing #5237
Labels
kind/bug
Categorizes issue or PR as related to a bug.
priority/critical-urgent
Highest priority. Must be actively worked on as someone's top priority right now.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
/kind bug
What steps did you take and what happened:
[A clear and concise description of what the bug is.]
CI is failing with errors like this: https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/kubernetes-sigs_cluster-api-provider-aws/5211/pull-cluster-api-provider-aws-e2e-eks/1856371404925046784
It appears that the EKS control plane with addons test is never succeeding.
Further investigation showed that the control plane was constantly blocked on CoreDNS updating.
What did you expect to happen:
Tests pass
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
I have tried running the test locally and have found that the CoreDNS pods never get scheduled.
A sample
kubectl describe
output:I'm trying to get access to the EKS nodes to validate the taints defined on them, but so far haven't been able to do so.
Also, changing the version of Kubernetes to 1.29 also results in this behavior.
Environment:
main
kubectl version
): v1.30/etc/os-release
):The text was updated successfully, but these errors were encountered: