Rashmi Gottipati

Results 19 comments of Rashmi Gottipati

@jotak here's the temporary workaround for this issue before we pin opm's version: https://github.com/operator-framework/operator-registry/issues/984#issuecomment-1175091401 Feel free to reopen this issue if you're still seeing issues with `run bundle-upgrade`.

@jeloba We modified some logic recently that changes the FBC root dir from "/configs" to `fmt.Sprintf("/%s-configs", CatalogSource.Name)`, and this is where all the extra stuff for the FBC is supposed...

@J0zi @camilamacedo86 PR https://github.com/operator-framework/operator-sdk/pull/5809 was merged into master. This adds support for FBC images and I believe this addition should resolve your issue as well.

I ran the bundle provided in the description against latest master and it successfully installed the CSV. Below are the logs: ▶ ./build/operator-sdk run bundle quay.io/operatorhubio/hive-operator:v2.5.3508-6cb94c6 INFO[0007] Creating a File-Based...

@robbie-demuth Sounds interesting! Could you please describe some use cases on how you would use these standard controller runtime and metrics about existence of CRs?

/cc @camilamacedo86

Based on the discussion in triage, we need to update the documentation on Kubebuilder for cronjob tutorial (as the first step) on using server side apply. We need to look...

@wenchajun Currently, we don't support that feature, but we are evaluating the use cases for being able to support more than one domain in the same project. To answer your...