Open manstis opened 3 months ago
Well there's a bit of doc here for opm init
:
https://olm.operatorframework.io/docs/reference/file-based-catalogs/
But I feel like we must have a bunch more somewhere? @grokspawn
This is probably the best resource right now: https://olm.operatorframework.io/docs/tasks/creating-a-catalog/#creating-a-catalog
Hi,
I have a lot to learn; so may ask stupid questions.
I developed an Operator with the SDK and use
opm
to generate a Catalog; usingopm index ...
I read SQLLite Catalogs are dead/dieing/deprecated and File Based Catalogs their replacement.
I see
opm
has amigrate
command to move from SQLLite to FBC; but can I generate a FBC from the outset?I've looked around and cannot find much information.
Sorry to ask.