Body
Setting the [api/base_url] config dynamically in Kubernetes tests and performing a rolling restart of airflow-api-server slows down the tests.
Instead, we can set [api/base_url] to KUBERNETES_HOST_PORT when running breeze k8s deploy-airflow.
https://github.com/apache/airflow/blob/main/kubernetes_tests/test_base.py#L66-L67
For anyone working on this issue, you may find this commit helpful as a reference: 7bcf2e6.
Committer
Body
Setting the
[api/base_url]config dynamically in Kubernetes tests and performing a rolling restart ofairflow-api-serverslows down the tests.Instead, we can set
[api/base_url]toKUBERNETES_HOST_PORTwhen runningbreeze k8s deploy-airflow.https://github.com/apache/airflow/blob/main/kubernetes_tests/test_base.py#L66-L67
For anyone working on this issue, you may find this commit helpful as a reference: 7bcf2e6.
Committer