-
Feature Request
-
Resolution: Done
-
Major
-
0.6.0
-
None
Today, when running
kogito new-project myproject
CLI will try to install the operator via YAML files if OLM is not present in the cluster, like on OCP 3.x
For OCP 4.x, OLM has a handful of CR requirements to be able to subscribe to the operator and it's the best approach for installing the operator in clusters with OLM.
We decided to not interfere in this process since it's internal to OLM, turns out that without this feature, the new-project command won't be useful on clusters with OLM.
This should be also for the commands
kogito use-project myproject
if no Kogito operator is installed.
and
kogito install operator
if no subscription yet
- blocks
-
KOGITO-261 Deploy Kogito Data Index when creating a new project on Kogito CLI
- Resolved
- is related to
-
KOGITO-833 Operator CLI: Add option to change channel and/or operatorsource when installing operator via CLI
- Resolved