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

create kubernetes executor #9

Closed
9 tasks
robkooper opened this issue Dec 5, 2022 · 0 comments · Fixed by #14
Closed
9 tasks

create kubernetes executor #9

robkooper opened this issue Dec 5, 2022 · 0 comments · Fixed by #14
Assignees
Milestone

Comments

@robkooper
Copy link
Member

This executor will have the following abilities

  • use a docker image
  • request number of cores/memory
  • copy all data to a folder in a shared PVC
  • create a job that will do the actual run
    • job will mount folder in PVC as subfolder path to /data
    • job will have resource limits based on cores/memory set
    • job will be image specified
  • executor will track progress of job based on kubernetes status
  • executor will copy data back

some of this already exists as part of the HPC executor.

@navarroc navarroc self-assigned this Dec 5, 2022
@navarroc navarroc linked a pull request Dec 9, 2022 that will close this issue
@navarroc navarroc added this to the 4.6.0 milestone Dec 19, 2022
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 a pull request may close this issue.

2 participants