Hello everyone, I'm testing Datahub on K8s and I c...
# troubleshoot
l
Hello everyone, I'm testing Datahub on K8s and I created the below ingress for GMS REST API: My configuration:
datahub-gms:
enabled: true
image:
repository: xxxxx/datahub-gms
tag: "v0.8.14"
service:
type: ClusterIP
ingress:
enabled: true
annotations:
<http://cert-manager.io/cluster-issuer|cert-manager.io/cluster-issuer>: vault
hosts:
- host: "datahub-gms-api.xxxx.xxxx"
paths: ["/"]
tls:
- secretName: datahub-gms-tls
hosts:
- "datahub-gms-api.xxxx.xxxx"
My file
custom-ingestion.yml
source:
type: file
config:
# Coordinates
filename: output.json
sink:
type: "datahub-rest"
config:
server: "<http://datahub-gms-api.xxxx.xxxx>"
Error When I execute
datahub ingest -c custom-ingestion.yml --dry-run
I have the following error:
HTTPError: 404 Client Error: Not Found for url: <http://datahub-gms-api.xxxx.xxxx/config>
Is something missing me? Thanks!
m
@lemon-receptionist-90470 can you curl the
/config
endpoint and see what you get back.
l
Hey @mammoth-bear-12532, it returns
default backend - 404
Thanks.
Update: We fixed this, the problem was in our DNS cluster. @mammoth-bear-12532 thanks you for help in here.
e
Glad to hear!!
teamwork 1