Skip to content

Conversation

@eksctl-bot
Copy link
Collaborator

Auto-generated by eksctl Update Generated Files GitHub workflow

Please manually test before approving and merging.

@eksctl-bot eksctl-bot added the area/tech-debt Leftover improvements in code, testing and building label Oct 9, 2025
Copy link
Contributor

@vutny vutny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works for v1.34 cluster. Please merge.
CC: @sapphirew

@vutny
Copy link
Contributor

vutny commented Oct 27, 2025

Current workaround to get CoreDNS updated in EKS 1.34 is instead of issuing eksctl command:

eksctl utils update-coredns --cluster ${mycluster} --approve

Just patch the deployment manually:

kubectl -n kube-system set image deployment/coredns \
  coredns=602401143452.dkr.ecr.eu-central-1.amazonaws.com/eks/coredns:v1.12.4-eksbuild.1

@NicholasBlaskey NicholasBlaskey merged commit 7080053 into main Oct 28, 2025
13 checks passed
@NicholasBlaskey NicholasBlaskey deleted the update-coredns branch October 28, 2025 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/tech-debt Leftover improvements in code, testing and building

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants