Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CatalogSource CRD needed in installation steps #145

Closed
dtfranz opened this issue Mar 29, 2023 · 1 comment
Closed

CatalogSource CRD needed in installation steps #145

dtfranz opened this issue Mar 29, 2023 · 1 comment

Comments

@dtfranz
Copy link
Contributor

dtfranz commented Mar 29, 2023

Without the CatalogSource CRD, the operator-controller cannot currently run. We should:

  1. Have users install OLM v0 so we can use the catalog source pods.
  2. Introduce code to have operator-controller gracefully degrade and log the issue instead of crash-looping.

The error in question:

home/runner/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.13.1/pkg/source/source.go:132
1.6801246250976682e+09	ERROR	controller-runtime.source	if kind is a CRD, it should be installed before calling Start	{"kind": "CatalogSource.operators.coreos.com", "error": "no matches for kind \"CatalogSource\" in version \"operators.coreos.com/v1alpha1\""}
@ankitathomas
Copy link
Contributor

#246 removes the CatalogSource CRD requirement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants