prakass1 commented on issue #52837:
URL: https://github.com/apache/airflow/issues/52837#issuecomment-3042899876

   Tested KubernetesExecutor as per 
https://github.com/apache/airflow/pull/49433:
   @ihnokim
   
   ### Test Steps:
   - added the executor as KubernetesExecutor in the override.yaml
   - Start the Kubernetes setup of airflow.
   - Created the dag as the PR which uses the executor under the BashOperator
   ```
       hello_task = BashOperator(
           task_id='print_hello',
           executor='KubernetesExecutor',  # Warning!
           bash_command='echo "Hello, World from KubernetesExecutor!"'
       )
   ```
   Note: Had to change the schedule_interval to schedule.
   - Tested it and it was able to create a pod meaning was using the 
pod-template:
   <img width="1250" height="664" alt="Image" 
src="https://github.com/user-attachments/assets/ac08c72d-59f7-49bc-b1b7-67e87d30c227";
 />


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