You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/09/29 20:24:04 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #17951: Refresh credentials for long-running pods on EKS

potiuk commented on a change in pull request #17951:
URL: https://github.com/apache/airflow/pull/17951#discussion_r718857201



##########
File path: airflow/providers/amazon/aws/example_dags/example_eks_using_defaults.py
##########
@@ -73,7 +72,7 @@
         task_id="run_pod",
         cluster_name=CLUSTER_NAME,
         image="amazon/aws-cli:latest",
-        cmds=["sh", "-c", "ls"],
+        cmds=["sh", "-c", "echo Test Airflow; date"],

Review comment:
       Nice change indeed.




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org