This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Description
The document "HarborProject Day2 Operations" talks about configuring and deploying Harbor projects.
Apparently, a CRD "HarborProject" (guessing harborprojects.goharbor.io) exists, which is used by the operator to manage Harbor projects. This seems great! To me, the entire point of using an operator rather than just deploying Harbor with Helm is the management of resources in Harbor.
That being said, when I deploy a HarborProject, I get an error telling me that no crd named "HarborProject" is present in my cluster. I've searched through ./manifests/harbor/deployment.yaml for both versions 1.3.0 and 1.2.0, and I indeed can't find the definition.
How do I go about installing the CRD? The only CRDs installed when deploying the deployment.yaml manifest are the following:
chartmuseums
cores
exporters
harborclusters
harborconfigurations
harbors
harborserverconfigurations
jobservices
notaryservers
notarysigners
portals
pullsecretbindings
registries
registrycontrollers
trivies