Open klang opened 5 months ago
This issue has been automatically marked as stale because it has been open 60 days with no activity. Remove stale label or comment or this issue will be closed in 10 days
This is still the case
aws eks describe-addon-versions --kubernetes-version 1.31 --addon-name adot
{
"addons": []
}
.. and it's also the case for 1.31, now.
This issue has been automatically marked as stale because it has been open 60 days with no activity. Remove stale label or comment or this issue will be closed in 10 days
Please describe your question here
Are there any plans to release adot for EKS 1.30?
Provide link to the example related to the question
When running the example
terraform-aws-observability-accelerator/examples/managed-grafana-workspace
pointing at an EKS Cluster running version 1.30, the following error is produced:The reason for this is because
adot
doesn't seem to have been released for EKS 1.30 yet.Additional context
Luckily, a change from 1.29 to 1.30 in the following will produce an error, so .. the missing addon for 1.30 is only a problem if one suddenly decides to use the addon after upgrading to 1.30.
the error:
Furthermore, although the addon is availale via the console, it's not possible to use it by mistake.
More