Conversation
| - gcsfuse-mount:/mnt/gcs | ||
| entrypoint: > | ||
| /bin/sh -c " | ||
| gcsfuse YOUR_BUCKET_NAME /mnt/gcs |
There was a problem hiding this comment.
todo - pass YOUR_BUCKET_NAME as env var from Mikey vm init script
There was a problem hiding this comment.
This is a cool exploration. I think the workbench way is to use the workbench CLI and run wb resource mount, which mounts all resource buckets in the workspace. This means we may need to build another image that specifically does this. The other problem is that now that users cannot remount buckets themselves, we'll need a cron in the mount sidecar that tries to remount every hour or so.
| - apparmor:unconfined | ||
| wondershaper: | ||
| container_name: "wondershaper" | ||
| image: "us.gcr.io/broad-dsp-gcr-public/wondershaper:0.0.1" |
There was a problem hiding this comment.
Wondershaper for rate limiting. Eventually, it's better to host this image in a VWB's public repo
| restart: always | ||
| network_mode: "host" | ||
| cap_add: | ||
| - NET_ADMIN |
There was a problem hiding this comment.
Net_admin is required by wondershaper sidecar
No description provided.