Enable installing only specific runtimes when deploying elyra #2136
Labels
component:install
Installation (pip, conda, etc) or packaging (components)
component:pipeline-runtime
issues related to pipeline runtimes e.g. kubeflow pipelines
kind:enhancement
New feature or request
priority:stretch
Milestone
Is your feature request related to a problem? Please describe.
Currently, we deploy all supported runtimes when installing Elyra, and that might not be the desired behavior when deploying in a production environment. We should enable installing only individual runtimes
Describe the solution you'd like
Note: Entry points should not be registered if runtime or runtime/engine is not being installed
Note: Any checks for specific runtimes (e.g. if runtime == 'kfp') should be removed
The text was updated successfully, but these errors were encountered: