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 ?
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 clusterMaybe we should add a section about it in the "Services" section Or automatically installing it in run Makefile target ?
What do you think ?
Thomas