Skip to content

Commit 32b4186

Browse files
authored
Remove old comment about excluding executor_config (apache#48830)
This comment isn't true as of apache#48826
1 parent 1ee519c commit 32b4186

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/executors/kubernetes_executor_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,6 @@ def run_next(self, next_job: KubernetesJobType) -> None:
395395

396396
if isinstance(command[0], ExecuteTask):
397397
workload = command[0]
398-
# `executor_config` is a k8s.V1Pod object and we do not need to pass it to the
399-
# execute_workload module. So, we exclude it from the serialisation process.
400398
ser_input = workload.model_dump_json()
401399
command = [
402400
"python",

0 commit comments

Comments
 (0)