goharbor / harbor-operator

Kubernetes operator for Harbor service components
Apache License 2.0
354 stars 109 forks source link

Missing nginx-controller deployment documentation in development documentation #734

Closed thcdrt closed 3 years ago

thcdrt commented 3 years ago

Hello there,

I'm currently trying to deploy an harbor resource following the development documentation.

I installed all dependencies listed but the line export LBAAS_DOMAIN=$(kubectl get svc nginx-nginx-ingress-controller -o jsonpath={.status.loadBalancer.ingress[0].hostname}) doesn't work because I don't have any nginx-controller deployed in my cluster

Maybe we should add a section about it in the "Services" section Or automatically installing it in run Makefile target ?

What do you think ?

Thomas

thcdrt commented 3 years ago

My bad, the Makefile target install-dependencies installs it too.