operator-framework / operator-sdk

SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.
https://sdk.operatorframework.io
Apache License 2.0
7.26k stars 1.75k forks source link

FBC support in Makefile targets #6468

Closed Nilesh20 closed 1 year ago

Nilesh20 commented 1 year ago

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

rashmigottipati commented 1 year ago

@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.