Skip to content

fix: Add Fargate toleration to CoreDNS pods#56

Open
MElkady wants to merge 1 commit into
langfuse:mainfrom
MElkady:fix/coredns_fargate_toleration
Open

fix: Add Fargate toleration to CoreDNS pods#56
MElkady wants to merge 1 commit into
langfuse:mainfrom
MElkady:fix/coredns_fargate_toleration

Conversation

@MElkady
Copy link
Copy Markdown

@MElkady MElkady commented Mar 5, 2026

CoreDNS pods carry the annotation eks.amazonaws.com/compute-type: ec2 by default, which prevents them from being scheduled on Fargate nodes. On a Fargate-only cluster this causes the "0/N nodes available: N node(s) had untolerated taint
{eks.amazonaws.com/compute-type: fargate}" error.
The fix is to add a toleration for the Fargate taint so pods are accepted by Fargate nodes.

Fixes issue #47

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Mar 5, 2026

CLA assistant check
All committers have signed the CLA.

@Steffen911 Steffen911 self-assigned this Mar 7, 2026
@Steffen911
Copy link
Copy Markdown
Member

I've added a question in the corresponding ticket. Please take a look as I'm unsure whether this PR will patch the underlying problem.

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

Successfully merging this pull request may close these issues.

3 participants