Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Airbyte deployed with abctl does not have any logs in any container in /tmp/ #52029

Closed
giacomochiarella opened this issue Jan 20, 2025 · 0 comments
Labels
area/abctl Issues with the abctl quickstart cli autoteam community needs-triage team/use type/bug Something isn't working

Comments

@giacomochiarella
Copy link

What happened?

I’ve added this configuration to the value.yml

server:
  extraVolumeMounts:
    - name: logs
      mountPath: /tmp/workspace
  extraVolumes:
    - name: logs
      hostPath:
        path: /tmp/airbyte/logs/server
        type: DirectoryOrCreate
worker:
  extraVolumeMounts:
    - name: logs
      mountPath: /tmp/workspace
  extraVolumes:
    - name: logs
      hostPath:
        path: /tmp/airbyte/logs/worker
        type: DirectoryOrCreate

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

$ abctl version
# paste output here

Docker Version

$ docker version
# paste output here
version: v0.24.0

OS Version

# On Mac:
$ uname -a
# paste output here
Darwin Kernel Version 24.2.0: Fri Dec  6 18:41:43 PST 2024; root:xnu-11215.61.5~2/RELEASE_X86_64 x86_64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/abctl Issues with the abctl quickstart cli autoteam community needs-triage team/use type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants