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

feat(k8s): support custom namespaces for dask resources #621

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Alputer
Copy link
Member

@Alputer Alputer commented Nov 28, 2024

Spawn and delete dask resources inside the kubernetes namespace used by the REANA cluster.

Closes #619

@Alputer Alputer self-assigned this Nov 28, 2024
Copy link

codecov bot commented Nov 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.61%. Comparing base (7896c61) to head (0b6829a).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #621   +/-   ##
=======================================
  Coverage   76.61%   76.61%           
=======================================
  Files          17       17           
  Lines        1847     1847           
=======================================
  Hits         1415     1415           
  Misses        432      432           
Files with missing lines Coverage Δ
reana_workflow_controller/consumer.py 55.21% <ø> (ø)
reana_workflow_controller/dask.py 76.36% <100.00%> (ø)
reana_workflow_controller/k8s.py 83.82% <ø> (ø)
reana_workflow_controller/workflow_run_manager.py 80.67% <ø> (ø)

@Alputer Alputer changed the title feat(k8s): support custom namespaces for dask resources (#621) feat(k8s): support custom namespaces for dask resources Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In review
Development

Successfully merging this pull request may close these issues.

dask: support custom namespace
1 participant