operator-framework / operator-controller

A new and improved management framework for extending Kubernetes with Operators
https://operator-framework.github.io/operator-controller/
Apache License 2.0
52 stars 53 forks source link

Dependency Library + CLI - next steps #327

Closed m1kola closed 4 months ago

m1kola commented 1 year ago

Since #206 we have PoC CLI which is:

Next steps:

Also there are a few things going in parallel. For example, we will likely change significantly how we build resolution problems (see operator-framework/deppy#96 and relevant RFC). Once we have more or less stable way to build the resolution problem - we will be able to create some sort of library to share between operator-controller and resolution CLI.

This is still valid.

Originally posted by @m1kola in https://github.com/operator-framework/operator-controller/issues/206#issuecomment-1641720499

m1kola commented 4 months ago

We removed Deppy solver and CLI tool from the codebase. So closing this for now.