Hello, I am setting up airbyte in a k8s cluster. ...
# contributing-to-airbyte
l
Hello, I am setting up airbyte in a k8s cluster. I tried importing a configuration from my local setup. After doing that, the sources, destinations, and connection pages will not load. I can see requests to
<http://localhost:8000/api/v1/sources/list>
are returning a 500. Is there a way to clear the imported configuration?
u
you can do
kubectl delete -k <path-to-overlay>
to delete all the created resources
u
although I'm surprised the import isn't working
u
can I see the server logs?
u
@Davin Chia (Airbyte) do you just want a tail of the web server logs, or is there some log download i can do?