We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting this error on a fresh k8 cluster when installing the default catalog
I am trying to install the operator-controller and it pulls in the default catalog but getting failed to verify cert
Is there a way to skip verifying or thoughts on what the problem here is?
thank you
Default catalog https://github.com/operator-framework/catalogd/releases/download/v0.20.0/default-catalogs.yaml
Errror
message: >- source bundle content: error fetching image descriptor: Get "https://quay.io/v2/": tls: failed to verify certificate: x509: certificate signed by unknown authority reason: UnpackFailed
The text was updated successfully, but these errors were encountered:
On that version of Catalogd, there should be an option to set ClusterCatalog.Spec.Source.Image.InsecureSkipTLSVerify
ClusterCatalog.Spec.Source.Image.InsecureSkipTLSVerify
Sorry, something went wrong.
catalogd/api/core/v1alpha1/clustercatalog_types.go
Lines 148 to 153 in ef34820
No branches or pull requests
I am getting this error on a fresh k8 cluster when installing the default catalog
I am trying to install the operator-controller and it pulls in the default catalog but getting failed to verify cert
Is there a way to skip verifying or thoughts on what the problem here is?
thank you
Default catalog
https://github.com/operator-framework/catalogd/releases/download/v0.20.0/default-catalogs.yaml
Errror
The text was updated successfully, but these errors were encountered: