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

Performance Improvements for Buildbarn deployments K8's (Work in Progress) #82

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

Ryang20718
Copy link
Contributor

@Ryang20718 Ryang20718 commented Feb 15, 2023

  • Add Fuse storage & File Pool
  • Add Prefetching (need to update docker images in order to do so)

This aids in increasing performance for tasks that have a lot of input actions

name: worker
volumeMounts:
- mountPath: /config/
name: configs
readOnly: true
- mountPath: /worker
name: worker
- mountPath: /storage-worker-cas
Copy link
Member

Choose a reason for hiding this comment

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

Try destroying/recreating that object.

@@ -42,14 +47,16 @@ spec:
image: ghcr.io/catthehacker/ubuntu:act-22.04@sha256:5f9c35c25db1d51a8ddaae5c0ba8d3c163c5e9a4a6cc97acd409ac7eae239448
name: runner
securityContext:
runAsUser: 65534
allowPrivilegeEscalation: false
privileged: true

Choose a reason for hiding this comment

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

I don't think HostToContainer needs privilege.

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