Is there any API to fetch EKS supported k8s cluster versions #1907
-
Describe the bugwith AWS-sdk can we get the list of supported EKS clusterversions? Amazon EKS Kubernetes versions - Amazon EKS can we get the same information using any API? Expected BehaviorGet the list of supported k8s versions Current BehaviorNo API found in AWS SDK Reproduction StepsNeeds info Possible SolutionAWS sdk function to call with eksclient Additional Information/ContextNo response AWS Go SDK V2 Module Versions Usedlatest Compiler and Version usedgo1.18.2 darwin/amd64 Operating System and versionmac |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @nehatomar12 , I have converted the issue you opened to a discussion since this is not a bug or a request for documentation but more of a guidance issue. To answer your question, the only relevant operation that I see offered by the EKS API is Here is a list of all available API operations offered by EKS All the best, |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Hi @nehatomar12 ,
I have converted the issue you opened to a discussion since this is not a bug or a request for documentation but more of a guidance issue.
To answer your question, the only relevant operation that I see offered by the EKS API is
DescribeAddonVersions
but that is for Addons. I don't know your use case so I'm not sure if this helps or not.Here is a list of all available API operations offered by EKS
All the best,
Ran~