amoghrajesh commented on PR #35748:
URL: https://github.com/apache/airflow/pull/35748#issuecomment-1818979974

   Thank you for the detailed review @potiuk. This is extremely helpful to me. 
   
   > Another option (probably simpler to implement) is to keep some kind of 
"shutdown" lock file in the same filesystem where the ticket is stored and 
signal the rerfreshing process that it should exit. It could be based on lock 
mechanism available natively in python.
   I like this idea. It is simple yet effective. I would like to explore more 
along these lines and get back in case of any doubts.
   
   >If we limit the solution to only kubernetes 1.28+, we have the option of 
using Native Sidecar Containers and marking the kerberos sidecar as such 
https://kubernetes.io/blog/2023/08/25/native-sidecar-containers/
   Came across this too. It is not recommended as of now since it is in its 
alpha stage. However, few questions here:
   1. If 1) works for old and new k8s, no need to have 2) at all?
   2. Do we have any utils to help us identify k8s version at the time of helm 
install itself?


-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to