operator-framework / kubectl-operator

Manage Kubernetes Operators from the command line
https://operatorframework.io/
Apache License 2.0
128 stars 37 forks source link

[Feature Request] Support for Installing Optional Operands from the CLI after successful installation of Operator #156

Closed Lucifergene closed 3 months ago

Lucifergene commented 4 months ago

Currently, in the case of "Openshift Serverless operator", I am able to install the operator with the following command:

k operator install serverless-operator --create-operator-group -v 1.32.1 -c stable

But in order to use the operator, I still have to manually create the "Knative Serving/Knative Eventing" operands/sub-resources to use the operator. Either I have to use the UI or apply the YAML. 2024-05-14_23-21

I want to do this step from the CLI itself just like the way we install the operator.

joelanford commented 3 months ago

This is out-of-scope for the kubectl operator plugin. This plugin's focus is purely on operator lifecycling. I think it would be a very large increase in scope to also attempt to handle operands.