ferruzzi commented on a change in pull request #17951:
URL: https://github.com/apache/airflow/pull/17951#discussion_r712380866
##########
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:
Niko is correct, I'm not sure what the functional difference is, but the
docs said (and still say) alpha so that is what I went with in the initial
contribution. That doesn't mean we can't go beta, just explaining why I went
with what I did.
--
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]