Skip to content
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

Use structured configuration to configure MCAD and InstaScale #273

Closed
Tracked by #279
astefanutti opened this issue Sep 4, 2023 · 1 comment
Closed
Tracked by #279
Assignees

Comments

@astefanutti
Copy link
Contributor

astefanutti commented Sep 4, 2023

WHY

Currently, the operator relies on CLI options and CRDs for configuration. It should be moved to using structured configuration, in order to be able to embed the MCAD and InstaScale controllers, as described in project-codeflare/adr#9.

WHAT

The operator should source its configuration from a ConfigMap, and passed corresponding structured configuration to the MCAD and InstaScale controllers.

HOW

As described in project-codeflare/adr#9.

Depends on project-codeflare/multi-cluster-app-dispatcher#622 and project-codeflare/instascale#132.

To be built on top of #216.

@astefanutti
Copy link
Contributor Author

Done as part of #216 in bc8489b.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant