hystax / optscale

FinOps and cloud cost optimization tool. Supports AWS, Azure, GCP, Alibaba Cloud and Kubernetes.
https://hystax.com
Apache License 2.0
1.11k stars 156 forks source link

how to clear storage space in server for unused versions of deployments #327

Closed saileshsp closed 1 day ago

saileshsp commented 2 weeks ago

hi i have deployed multiple version which was deployed from build.sh and deployed through runkube.py command how to delete old version as server space is fully occupied

stanfra commented 2 weeks ago

Hi @saileshsp, you can free space using "docker system prune" command. Please read https://docs.docker.com/reference/cli/docker/system/prune/ to learn how to use this command.