-
Notifications
You must be signed in to change notification settings - Fork 47
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
One-liner installation #307
Comments
@astefanutti This will be awesome! |
This will provide the best experience for the issue |
Sure.
This is for us to decide whether we include the Ray RBAC resources in it. This would better be done once project-codeflare/multi-cluster-app-dispatcher#635 is done. An alternative would be to publish two manifests files, one with only the core resources, and another one that'd also include the extra resources for Ray. |
@astefanutti Another question is now we have 2 controllers to handle AppWrapper CR:
|
Anyone looked into this? I think we just need another target in the Makefile and run target in a workflow.
|
Name of Feature or Improvement
Provide a one-liner installation for the CodeFlare operator, e.g.:
This is now possible thanks to the operator redesign (#216).
Description of Problem the Feature Should Solve
Officially, the operator can only be installed via OLM / Operator Hub. While that's convenient on OpenShift clusters that comes with OLM support OOTB, it's impractical for other Kubernetes distributions.
Describe the Solution You Would Like to See
It's conventional for operator to support a one-liner installation from the command line.
This is usually done by rendering Kustomize manifests in a single file, that's attached to each release. That file can also be versioned as part of the code.
This would be the official replacement for the Helm charts (e.g. in MCAD), that have filled the gap for installing the stack up until now.
Additional Context
The (non-OLM) e2e tests setup will be updated to use that installation file, so it's covered and non-regression guaranteed.
The text was updated successfully, but these errors were encountered: