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

add kubernetes as a resource manager #889

Merged
merged 54 commits into from
Aug 22, 2020
Merged

add kubernetes as a resource manager #889

merged 54 commits into from
Aug 22, 2020

Conversation

JayjeetAtGithub
Copy link
Collaborator

@JayjeetAtGithub JayjeetAtGithub commented Jul 21, 2020

TODO:

  1. Unit tests (Need to write tests for more edge cases)
  2. Documentation

Corner Cases

Volume and Node both not given : ✅
Volume given only: If some shared volume then it is ok, otherwise might fail. ✅
Node given only: ✅
Volume and Node both given: ✅

@JayjeetAtGithub JayjeetAtGithub changed the title Kubernetes Add kubernetes as a resource manager Jul 21, 2020
@JayjeetAtGithub JayjeetAtGithub changed the title Add kubernetes as a resource manager WIP: Add kubernetes as a resource manager Jul 21, 2020
@JayjeetAtGithub JayjeetAtGithub force-pushed the kubernetes branch 4 times, most recently from 285195c to 588c6d8 Compare July 30, 2020 16:23
@JayjeetAtGithub JayjeetAtGithub marked this pull request as ready for review July 31, 2020 12:38
@JayjeetAtGithub
Copy link
Collaborator Author

@ivotron You can follow these instructions to test out the runner.

Copy link
Collaborator

@ivotron ivotron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rather than a review, I left a couple of questions that would allow to direct better a followup review

src/scripts/install_k8s.sh Show resolved Hide resolved
docs/sections/cn_workflows.md Show resolved Hide resolved
@JayjeetAtGithub
Copy link
Collaborator Author

JayjeetAtGithub commented Aug 14, 2020

@ivotron I have made the changes. Now if you have a workflow that doesn't build an image , you can simply do

popper run -f wf.yml -r kubernetes

Otherwise, you will need to provide the registry_user through the config until #907 is implemented.

@JayjeetAtGithub JayjeetAtGithub changed the title WIP: Add kubernetes as a resource manager add kubernetes as a resource manager Aug 14, 2020
Copy link
Collaborator

@ivotron ivotron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@ivotron ivotron merged commit 55c3a77 into master Aug 22, 2020
@ivotron ivotron deleted the kubernetes branch August 22, 2020 06:00
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.

2 participants