forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Swap internal RPC server for API server in the helm chart (apache#44463)
* Swap internal RPC server for API server in the helm chart Previously the PRC server was possible to disable/enable, where as now the new api-server is a required component in Airflow 3.0+ This also does a little bit of drive-by refactoring of the helper templates for service account name generation * Mark the LocalExecutor test that uses example_xcom dag as xfail for now We merged a change to swap the LocalExecutor over to the new AIP-72 TaskSDK code, and it wasn't complete enough to work with xcom. To unblock main we are temporarirly marking that test as xfail, with a link to the issue to fix it.
- Loading branch information
Showing
16 changed files
with
417 additions
and
675 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.