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

CWL/Calrissian feature: setup/configuration and related documentation #1009

Open
soxofaan opened this issue Jan 17, 2025 · 0 comments
Open

Comments

@soxofaan
Copy link
Member

Setting up the initial PoC of CWL with Calrissian #936 for https://github.com/EOEPCA/roadmap/issues/41 involved a bunch of manual k8s setup.

This should be documented, automated where possible and related configuration hooks should be provided

some other related todo notes that could be covered here:

# TODO: config for this?
self._security_context = kubernetes.client.V1SecurityContext(run_as_user=1000, run_as_group=1000)

calrissian_arguments = [
# TODO (still) need for this debug flag?
"--debug",
# TODO: better RAM/CPU values than these arbitrary ones?
"--max-ram",
"2G",
"--max-cores",
"1",

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

No branches or pull requests

1 participant