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 support for extra volumes and volume mounts #1074

Merged
merged 3 commits into from
Sep 17, 2023

Conversation

gigawhat
Copy link
Contributor

@gigawhat gigawhat commented Sep 8, 2023

Add support for extra volumes and volume mounts to the runner.

We need to use extra volumes for setting up a scratch/temp directory. We run our k8s pods in clusters that require a readonly filesystem and Matplotlib library requires a temp directory it can write to. By adding support for additional volumes and mounts we are able to create an emptyDir, mount it to the runner container and then we set the TMPDIR env var to the emptyDir mount point.

@CLAassistant
Copy link

CLAassistant commented Sep 8, 2023

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@arikalon1 arikalon1 left a comment

Choose a reason for hiding this comment

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

Nice work

@arikalon1 arikalon1 merged commit a5bcc25 into robusta-dev:master Sep 17, 2023
6 checks passed
@arikalon1
Copy link
Contributor

Thanks for your contribution @gigawhat

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.

3 participants