coredns remains Degraded after EKS cluster creation

0

Hi there,

We managed to create a EKS cluster and add managed node group into it to house our containerized applications for a new project. Here are the steps we took:

  1. Create a VPC and public subnets with CloudFormation console according to the steps in https://docs.aws.amazon.com/eks/latest/userguide/creating-a-vpc.html

  2. Create EKS cluster with EKS console

  3. Add-ons tab of newly created EKS cluster always show below exception in coredns Status: Degraded Version: v1.8.7-eksbuild.1

This coredns issue could hinder launching new managed nodes into the cluster in remaining cluster setup process. Any idea? Thanks.

已提問 2 年前檢視次數 11434 次
1 個回答
1

Hi there,

Did you review the description of the health issues reported for the CoreDNS add-on?

You can get the description of the health issues reported for the add-on by following the steps below:

AWS Console >> EKS Clusters >> click the cluster name >> add-ons >> coredns >> Health Issues

The CoreDNS status can be Degraded if there are no worker nodes in the EKS Cluster causing the CoreDNS add-on to encounter InsufficientNumberOfReplicas health issues i.e to be unhealthy because it doesn't have the desired number of replicas.

To resolve this issue, follow the steps here to launch Amazon EKS managed node groups of nodes that register with your Amazon EKS cluster.

AWS
Olawale
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南