You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to setup the fuse based worker in our BB deployment in AWS EKS.
But upon startup we receive the following error: Fatal error: rpc error: code = Unknown desc = Failed to expose build directory mount: Failed to create FUSE server: exec: \"/bin/fusermount\": stat /bin/fusermount: no such file or directory
I am not sure what is the expectation about fusermount? Are we suppossed to install it on the parent container? Or should it be actually part of the bb_worker image? Do we some more detailed documentation about the expectations around the infrastructure for the fuse based deployment?
The text was updated successfully, but these errors were encountered:
We are trying to setup the fuse based worker in our BB deployment in AWS EKS.
But upon startup we receive the following error:
Fatal error: rpc error: code = Unknown desc = Failed to expose build directory mount: Failed to create FUSE server: exec: \"/bin/fusermount\": stat /bin/fusermount: no such file or directory
I am not sure what is the expectation about
fusermount
? Are we suppossed to install it on the parent container? Or should it be actually part of the bb_worker image? Do we some more detailed documentation about the expectations around the infrastructure for the fuse based deployment?The text was updated successfully, but these errors were encountered: