o-nikolas commented on a change in pull request #17951:
URL: https://github.com/apache/airflow/pull/17951#discussion_r709451000



##########
File path: airflow/providers/amazon/aws/hooks/eks.py
##########
@@ -35,6 +35,7 @@
 
 DEFAULT_PAGINATION_TOKEN = ''
 STS_TOKEN_EXPIRES_IN = 60
+AUTHENTICATION_API_VERSION = "client.authentication.k8s.io/v1alpha1"

Review comment:
       I believe we went with alpha since that's what the [EKS 
documentation](https://docs.aws.amazon.com/eks/latest/userguide/create-kubeconfig.html)
 still shows, but I reckon beta will work just fine.
   
   Whichever you go with should probably be the same as what you use in 
`eks_get_token.py `




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to