Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete instructions in Update CoreDNS section on Fargate Getting Started page #775

Open
prasadkatti opened this issue Jul 6, 2024 · 0 comments
Assignees

Comments

@prasadkatti
Copy link
Contributor

This issue is related to the Update CoreDNS section on the Fargate Getting Started page.

I created an EKS cluster with just a single fargate profile to run all of the pods on Fargate. As expected, the coredns pods on my cluster were in PENDING state. The instructions on the page talk about patching the coredns deployment to remove the eks.amazonaws.com~1compute-type annotation. However that annotation was already missing on the pod spec in the coredns deployment.

On inspecting one of the fargate nodes I saw that it had a eks.amazonaws.com/compute-type=fargate:NoSchedule taint on it. So I tried adding a corresponding toleration to the codedns pods and that resolved the issue and my coredns pods got scheduled onto new fargate nodes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants