Airbyte deployed with abctl does not have any logs in any container in /tmp/ #52029
Labels
area/abctl
Issues with the abctl quickstart cli
autoteam
community
needs-triage
team/use
type/bug
Something isn't working
What happened?
I’ve added this configuration to the value.yml
and I’ve installed Airbyte using
abctl local install --low-resource-mode --no-browser --secret secret.yml --values value.yml
but I cannot see any log coming in the host folder.
I’ve logged in into the container also using
kubectl --kubeconfig ~/.airbyte/abctl/abctl.kubeconfig --namespace airbyte-abctl exec -i -t airbyte-abctl-server-64fdbc9897-bkgq7 -- /bin/bash
but I don’t see any log neither if I execute ls -la /tmp in the container.
I've tried the same thing by adding /tmp/airbyte_internal instead of /tmp/workspace but the outcome is the same.
Am I missing something? Where are the logs saved? Should I enable anyhow?
What did you expect to happen?
I expect logs are written into files in /tmp/workspace or /tmp/airbyte_internal
Abctl Version
Docker Version
OS Version
The text was updated successfully, but these errors were encountered: