containers-roadmap icon indicating copy to clipboard operation
containers-roadmap copied to clipboard

[EKS] [request]: No available versions of AWS Cloudwatch Observability Add-on for EKS 1.30

Open azmelanar opened this issue 1 month ago • 0 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Tell us about your request No available versions of AWS Cloudwatch Observability Add-on for EKS 1.30

Which service(s) is this request for? EKS

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?

$ aws eks describe-addon-versions --kubernetes-version 1.30 --addon-name amazon-cloudwatch-observability
{
    "addons": []
}

# example for 1.29
$ aws eks describe-addon-versions --kubernetes-version 1.29 --addon-name amazon-cloudwatch-observability
{
    "addons": [
        {
            "addonName": "amazon-cloudwatch-observability",
            "type": "observability",
            "addonVersions": [
                {
                    "addonVersion": "v1.6.0-eksbuild.1",
                    "architecture": [
                        "amd64",
                        "arm64"
                    ],
                    "compatibilities": [
                        {
                            "clusterVersion": "1.29",
                            "platformVersions": [
                                "*"
                            ],
                            "defaultVersion": true
                        }
                    ],
                    "requiresConfiguration": false
                },
...

Are you currently working around this issue? There are no immediate impact for now that I noticed.

Additional context Anything else we should know?

Attachments If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)

azmelanar avatar May 25 '24 11:05 azmelanar