rik-org / rik

RIK is an experimental workload orchestrator that allows you to deploy your cloud applications, written in Rust.
https://rik-org.github.io/rik/
Apache License 2.0
68 stars 11 forks source link

Support container deletion on unschedule #86

Open alexandrebrg opened 1 year ago

alexandrebrg commented 1 year ago

What needs to be done

Why is it needed?

We previously (#65) added a feature to have the ability to unschedule a workload. We are currently only able to unschedul Function while we should support all kind of workload to unschedule.

Roxxas96 commented 1 year ago

Hey ! Is this one still undergoing ? Am I able to work on it or does @MaloPolese still working on a PR ? For my first issues I'd like to implement the full deletion process for containers.

alexandrebrg commented 12 months ago

Hello, sorry for the delayed answer @Roxxas96, I believe containers deletion is done, but not yet functions. You can indeed help us with that if you'd like