What would be a good way to debug this error in th...
# connector-development
r
What would be a good way to debug this error in the
Set up the source
screen in a k8s airbyte environment on GCP? The exact same image is working if I set the source up on the local docker-compose environment. However if I try to set-up the source with the same image in the cloud environment (kubernetes) I'm getting this error. Can't find any more error messages, except that the kubernetes pod is shutting down almost immediately with exit code 1.
a
Hi @Ramon Vermeulen, to debug you could first try to package your custom connector in a pod and make this pod run the
spec
command to assess that you are able to pull and run the image.
The server logs might also give some insights, feel free to download these logs from the settings page and share here.