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

Handle custom containers #42

Open
jjnesbitt opened this issue Feb 2, 2022 · 2 comments
Open

Handle custom containers #42

jjnesbitt opened this issue Feb 2, 2022 · 2 comments
Assignees
Labels

Comments

@jjnesbitt
Copy link
Member

Currently, custom containers (one's that are uploaded to django directly) aren't handled, only containers stored on dockerhub are. IMO the way to handle this is to use Amazon ECR to store these custom containers. Then the Kubernetes Job would specify that the image should be pulled from this repo, instead of dockerhub. Here are some kubernetes docs regarding this.

@jjnesbitt jjnesbitt self-assigned this Feb 2, 2022
@jjnesbitt jjnesbitt changed the title [K8s] Handle custom containers Handle custom containers Feb 2, 2022
@jjnesbitt jjnesbitt added the k8s label Feb 2, 2022
@banesullivan
Copy link
Contributor

I think this is handled, right? Isn't this what we did for the LBNL use case?

@jjnesbitt
Copy link
Member Author

I think this is handled, right? Isn't this what we did for the LBNL use case?

It's handled locally but not if deployed on a K8s cluster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants