aws / containers-roadmap

This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
https://aws.amazon.com/about-aws/whats-new/containers/
Other
5.21k stars 320 forks source link

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

Closed azmelanar closed 4 months ago

azmelanar commented 5 months ago

Community Note

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.)

jacobwoffenden commented 5 months ago

Commenting just to say aws-guardduty-agent is the same, I have raised with enterprise support.

hustshawn commented 4 months ago

the adot addon as well

jacobwoffenden commented 4 months ago

aws-guardduty-agent's compatibility has been updated

  {
    "addonName": "aws-guardduty-agent",
    "type": "security",
    "addonVersions": [
      {
        "addonVersion": "v1.6.1-eksbuild.1",
        "architecture": [
          "amd64",
          "arm64"
        ],
        "compatibilities": [
          {
            "clusterVersion": "1.30",
            "platformVersions": [
              "*"
            ],
            "defaultVersion": true
          },

But the docs haven't been yet

I have raised an issue with our TAM about the EKS service team ensuring AWS owned EKS add-ons are updated when new EKS versions are released.

lisguo commented 4 months ago

Hello, we are working on adding support for K8s version 1.30 in the amazon-cloudwatch-observability add-on.

I just merged PRs related to 1.30 compatibility in the operator and the helm-chart.

We are expecting to have the support released by tomorrow, May 31st. Additionally, we will release the new helm chart version 1.7.0 which will work on 1.30.

lisguo commented 4 months ago

1.30 support has been added to the amazon-cloudwatch-observability add-on in all regions. Thank you for your patience.

Ramneek-kalra commented 4 months ago

Thanks @lisguo ! I second that and tested successfully. It's working fine as expected.

dejwsz commented 3 months ago

do the same for ADOT add-on as it is not avilable for 1.30