``` bash
Klon blackduck-operator-depotet.
git-klone https://github.com/blackducksoftware/blackduck-operator
Bytt til blackduck-operator-katalogen.
cd blackduck-operatør
Installer Black Duck-operatøren.
kubectl gjelder -f kubernetes-manifester
Vent til Black Duck-operatøren er klar.
kubectl wait --for=tilstand=klar pod --all --selector=app.kubernetes.io/name=blackduck-operator --timeout=600s
Opprett et navneområde for Black Duck.
kubectl opprette navneområde blackduck
Legg til Black Duck Helm-depotet.
ror repo legg til blackduck https://hub.artifactory.blackducksoftware.com/artifactory/api/charts
Installer Black Duck.
ror install blackduck blackduck/blackduck \
--version=2023.1.1 \
--namespace=blackduck
Vent til Black Duck er klar.
kubectl wait --for=tilstand=tilgjengelig distribusjon/blackduck-hub --namespace=blackduck --timeout=600s
Få Black Duck URL.
kubectl get svc blackduck-hub -n blackduck -o jsonpath="{.status.loadBalancer.ingress[0].hostname}"
Åpne Black Duck URL i en nettleser.
åpne http:///
```