-
Notifications
You must be signed in to change notification settings - Fork 4
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
Replace EFS with S3 #577
base: master
Are you sure you want to change the base?
Replace EFS with S3 #577
Conversation
…tainer-build-assets
…tainer-build-assets
…tainer-build-assets
…tainer-build-assets
…tainer-build-assets
…tainer-build-assets
Signed-off-by: munishchouhan <[email protected]>
…tainer-build-assets
getting this error, while running new buildkit image on k8s
|
@fntlnz is the guru |
@munishchouhan something is off accessing the |
Found, you need to add --device /dev/fuse
|
If this needs to be done in Kubernetes there are two possible solutions:
|
Better using the fuse plugin |
Signed-off-by: munishchouhan <[email protected]>
I have started the Daemonset
Add added limit as per https://github.com/nextflow-io/k8s-fuse-plugin/blob/master/README.md#usage
But still getting the same error
cc @jordeu |
From the |
or, can you share an example image that will be executed? |
I am using this example to test using wave-cli |
same command is working with docker, but i will debug further to check this |
But with docker, there is no need to clone the namespace, so Fusion behaves differently. If you can get the full command line that is executed I can check if there is something strange. |
do you want command line for docker or k8s? |
It's better if it's the |
Also, the environment variables are important. Send me the |
here is the docker command, I will work on getting you the k8s info
|
here is the inspect in file |
What is this inspect file? In the inspect I see a command different than the one in the docker command line:
|
@jordeu apologies, i shared the scan inspect, here is for the build |
hi @jordeu |
…tainer-build-assets
This PR will Replace usgae of file system with S3