-
Notifications
You must be signed in to change notification settings - Fork 214
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
Support request for Docker installed with faasd (invalid) #331
Comments
Hey it looks like you may have mistakenly installed Docker on faasd VM? The output that you're sharing isn't from faasd but from Docker run. Can you explain please? And share df -h / along with lsblk |
/set title: Support request |
The VM I'm using is a collaborative workspace, and the docker is installed on the VM on which faasd is also installed. I have the minio set up on the vm, the reason why docker is installed on the vm. I have uninstalled/deleted other packages and system files to free space, so the values on df -h are now lower than what they were. Before the /dev/vda usage was close to 100%.
|
|
You cannot have docker installed on the same host as faasd, this is probably why you're running into problems. BuildKit can be installed and used, with See also: https://docs.openfaas.com/cli/build/ |
Why do you need this?
I cannot deploy functions anymore due to disk space running out, which I assume occurs from "snapshots" taking up space
Who is this for?
School research
Expected Behaviour
Although I have deleted all faasd functions and docker images, my function wouldn't deploy due to disk space running out. I tried to run these commands
but instead of successfully removing them, I got error messages such as
ERRO[0000] failed to load task from [function_name]
Current Behaviour
Whenever I deploy a function, I get the error message saying:
List All Possible Solutions and Workarounds
If there's way of removing unused snapshots / docker images / caches that would be great.
If not, I suggest that when 'faas-cli remove [function_name]' is run all the snapshots etc. are removed as well.
Which Solution Do You Recommend?
Steps to Reproduce (for bugs)
Your Environment
OS and architecture:
Versions:
The text was updated successfully, but these errors were encountered: