You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I want to do this step from the CLI itself just like the way we install the operator.
The text was updated successfully, but these errors were encountered:
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.
Currently, in the case of "Openshift Serverless operator", I am able to install the operator with the following command:
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.
I want to do this step from the CLI itself just like the way we install the operator.
The text was updated successfully, but these errors were encountered: