operator-marketplace icon indicating copy to clipboard operation
operator-marketplace copied to clipboard

Proposal: marketplace CLI

Open nicolaferraro opened this issue 5 years ago • 1 comments

It's nice to install operator via UI, but when you run things from command line, or in a CI environment, it's not that easy to deal with subscriptions, operatorgroups and CSV.

In some cases we added bash scripts to have more control on operatorgroups or wait for a subscription to be satisfied.

I'm asking around, so I ask also here.

Why not adding a CLI to do stuff with operators available in a cluster marketplace? Listing, installing, checking or create groups etc.

That could be also technically embedded in the oc or kubectl CLI.

nicolaferraro avatar May 06 '20 14:05 nicolaferraro

Maybe this could help: https://github.com/operator-framework/kubectl-operator

leo8a avatar Sep 07 '22 15:09 leo8a