potiuk commented on issue #32363:
URL: https://github.com/apache/airflow/issues/32363#issuecomment-3841413494

   > As we write K8s YAML templates for our Spark Applications, and alternative 
is to have both unique names and to provide a "Time to Live". For example, 
having a unique name: `name: {{ params.appName }}-{{ ts_nodash | lower }}` 
(making the timestamp lower case was necessary for our cluster naming schemes), 
and adding the field `timeToLiveSeconds: 240`. A shorter time means less 
chances of naming conflicts, but also less time to inspect the Spark 
application if something goes wrong.
   
   I guess creating a PR to fix this is a good idea.


-- 
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