Kubernetes version vs. Amazon EKS platform version

0

According to:

https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html

For an 1.24 EKS Cluster with eks.3 platform version, the kubernetes version (control plane) should be 1.24.7, however all our clusters (created using AWS CDK) are reporting 1.24.8 as kubernetes version (v1.24.8-eks-ffeb93d to be more precise). I re-read that platform-versions.html multiple times and cannot interpret it in such a way that what we're observing is expected behaviour. Would anyone be able to confirm if that's just bad wording/documentation and if yes, what would be a way to get possible kubernetes version(s) for a given EKS platform version (i.e. 1.24/eks.3).

Many thanks, damjan

damjan
질문됨 일 년 전1437회 조회
2개 답변
0

The kubernetes version in EKS clusters may not always match the exact version specified in the platform-versions.html. The actual version depends on the specific EKS cluster and its resources, as well as the AWS region in which the cluster was created. The kubernetes version reported in your EKS cluster (v1.24.8-eks-ffeb93d) is not unexpected and is likely the result of a recent update made by AWS to their EKS platform. The best way to find the possible kubernetes versions for a given EKS platform version (e.g. 1.24/eks.3) is to refer to the AWS documentation and the EKS release notes, or to reach out to AWS support for clarification.

profile picture
답변함 일 년 전
0

That's exactly what the problem is :) - nowhere in their documentation they mention kubernetes version 1.24.8. For kubernetes 1.24, all platform versions (eks.1, eks.2 and eks.3) should be running kubernetes version 1.24.7 (for control plane) and yet our 1.24/eks.3 clusters are running v1.24.8

Documentation

Would be nice if that was documented/made clear on that page.

damjan
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠