Someone else on my team is performing the actual install and I’ve been helping to try and figure out the issue. We are just using a Helm install and the config.yaml file is fairly basic:
config:
BinderHub:
use_registry: true
image_prefix: hub.k8s.xxx.yyy/binder-dev-
hub_url: http://jhub-test.k8s.hub.k8s.xxx.yyy
DockerRegistry:
url: https://hub.k8s.xxx.yyy
token_url: https://hub.k8s.xxx.yyy/service/token?service=harbor-registryservice:
type: ClusterIP
ingress:
enabled: true
hosts:
- binder.k8s.xxx.yyy
annotations:
kubernetes.io/ingress.class: nginx
kubernetes.io/tls-acme: “true”
cert-manager.io/cluster-issuer: incommon
tls:
- secretName: binder-k8s–tls
hosts:
- binder.k8s.xxx.yyy
#Added dind and imagecleaner to mitigate build issues with BH
imageBuilderType: dind