Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instructions for deploying airflow on Kubernetes with vineyard as backend #736

Merged
merged 1 commit into from
May 19, 2022

Conversation

sighingnow
Copy link
Member

What do these changes do?

  • Add a reference values.yaml for helm deployment
  • Add instructions about how to deploy airlfow on kubernetes with vineyard as the XCom backend.

Related issue number

Fixes #720

@codecov
Copy link

codecov bot commented May 13, 2022

Codecov Report

Merging #736 (ffd149a) into main (4e4f8dc) will increase coverage by 0.32%.
The diff coverage is n/a.

❗ Current head ffd149a differs from pull request most recent head 4bc1309. Consider uploading reports for the commit 4bc1309 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #736      +/-   ##
==========================================
+ Coverage   68.14%   68.47%   +0.32%     
==========================================
  Files          76       75       -1     
  Lines        7431     7347      -84     
==========================================
- Hits         5064     5031      -33     
+ Misses       2367     2316      -51     
Impacted Files Coverage Δ
src/common/util/protocols.cc 76.14% <0.00%> (-0.22%) ⬇️
src/client/client.h 84.09% <0.00%> (ø)
src/common/memory/jemalloc.h
src/server/async/socket_server.cc 70.53% <0.00%> (+0.14%) ⬆️
src/server/services/etcd_meta_service.cc 82.41% <0.00%> (+0.50%) ⬆️
src/client/io.cc 74.54% <0.00%> (+0.67%) ⬆️
src/common/util/status.h 63.33% <0.00%> (+1.03%) ⬆️
src/client/client.cc 68.54% <0.00%> (+3.60%) ⬆️

@sighingnow sighingnow force-pushed the ht/airflow-vineyard-k8s branch from ffd149a to b8eb5b7 Compare May 19, 2022 14:45
…kend

Signed-off-by: Tao He <sighingnow@gmail.com>
@sighingnow sighingnow force-pushed the ht/airflow-vineyard-k8s branch from b8eb5b7 to 4bc1309 Compare May 19, 2022 14:47
@sighingnow sighingnow merged commit 5fafe72 into v6d-io:main May 19, 2022
@sighingnow sighingnow deleted the ht/airflow-vineyard-k8s branch May 19, 2022 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refine the support for airflow, both local cases and on kubernetes
1 participant