Updates an Amazon EKS cluster to the specified Kubernetes version. Your cluster continues to function during the update. The response output includes an update ID that you can use to track the status of your cluster update with the describe_update
API operation.
See https://www.paws-r-sdk.com/docs/eks_update_cluster_version/ for full documentation.
eks_update_cluster_version(name, version, clientRequestToken = NULL)
[required] The name of the Amazon EKS cluster to update.
[required] The desired Kubernetes version following a successful update.
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.