mcepok opened a new pull request #11219: URL: https://github.com/apache/airflow/pull/11219
# Jira https://issues.apache.org/jira/browse/AIRFLOW-6585 # Description This is basically #7153 which I extended by using pendulum to parse time strings as asked in https://github.com/apache/airflow/pull/7153#pullrequestreview-389880157 . Since that PR is closed I opened a new one. **Original description:** When using the KubernetesPodOperator on an aws kubernetes cluster, the aws-iam-authenticator is used to obtain kubernetes authentication tokens. The aws tokens contain ISO-8601 formatted timestamps, which couldn't be parsed in case of a "Z" (Zulu Time) timezone. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
