You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/27 07:51:06 UTC

[GitHub] [airflow] houqp edited a comment on pull request #13299: fix 422 invalid value error caused by long k8s pod name

houqp edited a comment on pull request #13299:
URL: https://github.com/apache/airflow/pull/13299#issuecomment-751437194


   @potiuk looks like the kind cluster is not picking up the code change in my branch. I am able to reproduce this locally with breeze and the task pod names are created with `-` instead of `.` as uuid prefix. I looked into the scheduler pod config, it's useing `apache/airflow:master-python3.6-kubernetes` as the container image. I also double checked the `/home/airflow/.local/lib/python3.6/site-packages/airflow/kubernetes/pod_generator.py` file in scheduler pod and it indeed doesn't have my change.
   
   For any executor code change, what other changes do I need to make in order to get the kind cluster pick up my code?


----------------------------------------------------------------
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:
users@infra.apache.org