-
Notifications
You must be signed in to change notification settings - Fork 73
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
allow scaling based on gcs resources #329
Comments
https://www.kernel.org/doc/html/v5.5/admin-guide/cgroup-v1/blkio-controller.html seems like cgroups supports this this could also be implemented by having multiple gcsfuse daemons per node (eg, still sounds hard, though, but less than before maybe |
generally, though, having a gcsfuse per pod doesnt sound terrible.. |
as a one-off, if people have service accounts they can mount it directly =/
|
https://github.com/google/kctf/blob/v1/kctf-operator/pkg/controller/challenge/volumes/persistentvolumeclaim.go#L14
https://github.com/google/kctf/blob/v1/kctf-operator/pkg/controller/challenge/volumes/persistentvolume.go#L25
I think we just need to define the capacity of the persistent volume accordingly to what we have in the node.
we would need to find a way to throttle access to the fuse fs somehow.
without it, it's possible for someone to spam the FS and make things slow for other tasks.
The text was updated successfully, but these errors were encountered: