Hello
I’m trying to pass our cluster with the excellent new feature using Karpenter
But in my case I have an error on CoreDNS:
I’m thinking about delete and recreate CoreDNS add-on but I’m not confident on what could happen on my cluster.
My actual node groups:
{
"nodegroups": [
"qovery-20240827181650210400000001"
]
}
The description:
{
"nodegroup": {
"nodegroupName": "qovery-20240827181650210400000001",
"nodegroupArn": "arn:aws:eks:eu-west-1:XXXXXXXXX:nodegroup/qovery-zdc37d137/qovery-20240827181650210400000001/68c8ca87-047e-d567-8d65-6ba9b6576467",
"clusterName": "qovery-zdc37d137",
"version": "1.28",
"releaseVersion": "1.28.11-20240817",
"createdAt": "2024-08-27T20:16:54.093000+02:00",
"modifiedAt": "2024-09-12T09:06:52.298000+02:00",
"status": "ACTIVE",
"capacityType": "ON_DEMAND",
"scalingConfig": {
"minSize": 3,
"maxSize": 30,
"desiredSize": 5
},
"instanceTypes": [
"t3a.medium"
],
"subnets": [
"subnet-042c467f2128ea259",
"subnet-05a060b5f0ce709fd",
"subnet-0e6eb8f44e172f983",
"subnet-0c720f7aa0917d36e",
"subnet-07b54265ebef2b6a3",
"subnet-088e44d3cae56e0dd"
],
"amiType": "AL2_x86_64",
"nodeRole": "arn:aws:iam::XXXXXXXX:role/qovery-eks-workers-zdc37d137",
"labels": {},
"resources": {
"autoScalingGroups": [
{
"name": "eks-qovery-20240827181650210400000001-68c8ca87-047e-d567-8d65-6ba9b6576467"
}
]
},
"health": {
"issues": []
},
"updateConfig": {
"maxUnavailablePercentage": 10
},
"launchTemplate": {
"name": "terraform-20230502090830471400000001",
"version": "5",
"id": "lt-00870d69fbdb99527"
},
"tags": {
"QoveryNodeGroupId": "zdc37d137-1",
"ClusterId": "zdc37d137",
"QoveryProduct": "EKS",
"Region": "eu-west-1",
"Service": "EKS",
"OrganizationLongId": "cf7a89a0-7fe4-4096-9f62-a99aa7dd3f21",
"OrganizationId": "zcf7a89a0",
"creationDate": "2023-05-02T09:08:29Z",
"QoveryNodeGroupName": "default",
"ClusterLongId": "dc37d137-c921-4f9b-88e2-a0e26c461b42"
}
}
}
Thanks for your help