ashb commented on a change in pull request #10996:
URL: https://github.com/apache/airflow/pull/10996#discussion_r493875412
##########
File path: airflow/executors/kubernetes_executor.py
##########
@@ -568,15 +601,14 @@ def _create_or_update_secret(secret_name, secret_path):
def start(self) -> None:
"""Starts the executor"""
self.log.info('Start Kubernetes executor')
- self.worker_uuid =
KubeWorkerIdentifier.get_or_create_current_kube_worker_uuid()
+ self.worker_uuid = self.job_id
Review comment:
Lets rename this now please -- it is no longer a uuid.
Could we just use `self.job_id` in place of `self.worker_uuid`?
----------------------------------------------------------------
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]