Skip to content

Need to delete all the "postgresql.cnpg.io" CRD before install SBOMScanner Backend via SBOMScanner UI Extension #560

Description

@esther-suse

I followed the instructions to install the SBOMScanner backend via SBOMScanner UI Extension, but the pods would not start (https://github.com/rancher/security-ui-exts#sbomscanner-ui-extension)

Image

I had to delete the postgresql.cnpg.io CRD before installing the SBOMScanner UI Extension; only then did the backend install successfully and the pods reach a running state.

kubectl get crd -o name | grep postgresql.cnpg.io | xargs kubectl delete

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

Fields

No fields configured for Task.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions