We have operator and as a part of it we have auto generated Makefile for bundle generation and catalog image creation & push.
What did you expect to see?
As a part of Makefile I saw that there is no task for catalog creation in auto generated Makefile. So how we can start using FBC in that case ? whether operator-sdk going to add task for catalog creation in Makefile ?
What did you see instead? Under which circumstances?
@Nilesh20 We are not ready to fully transition to File-Based Catalog (FBC) images yet, although the current Makefile still supports catalog creation for SQLite based index images.
Please check the similar issue that is open and blocked by the comment. Closing this as this is a duplicate of issue.
Type of question
Question
What did you do?
We have operator and as a part of it we have auto generated Makefile for bundle generation and catalog image creation & push.
What did you expect to see?
As a part of Makefile I saw that there is no task for catalog creation in auto generated Makefile. So how we can start using FBC in that case ? whether operator-sdk going to add task for catalog creation in Makefile ?
What did you see instead? Under which circumstances?
Environment
Operator type:
Kubernetes cluster type:
$ operator-sdk version
1.28.0$ go version
(if language is Go) 1.20$ kubectl version
Additional context