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

[bitnami/airflow] DAG sync error: unable to access #25463

Closed
zygias opened this issue Apr 30, 2024 · 3 comments
Closed

[bitnami/airflow] DAG sync error: unable to access #25463

zygias opened this issue Apr 30, 2024 · 3 comments
Assignees
Labels
airflow solved stale 15 days without activity tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@zygias
Copy link

zygias commented Apr 30, 2024

Name and Version

bitnami/airflow 18.0.6

What architecture are you using?

None

What steps will reproduce the bug?

Hello, I faced an issue with dags sync and I need help.
Error message in airflow scheduler pod:

clone-repositories - Cloning into '/dags/dags'...
clone-repositories - fatal: unable to access 'https://gitlab.com/xxxx/xxx/xxx/dags.git/': Failed to connect to gitlab.com port 443 after 14 ms: Couldn't connect to server

Values:

git:
  dags:
    enabled: true
    repositories:
      - repository: "https://{USERNAME}:{PASSWORD}@gitlab.com/xxx/xxx/xxx/dags.git"
        branch: "main"
        name: "dags"
        path: "etl/dags"
  sync:
    interval: 30

i have tried to clone locally with same repo url -> https://{USERNAME}:{PASSWORD}@gitlab.com/xxx/xxx/xxx/dags.git
and it works, but not in the scheduler pod.

Anyone could help? :)

What do you see instead?

clone-repositories - Cloning into '/dags/dags'...
clone-repositories - fatal: unable to access 'https://gitlab.com/xxxx/xxx/xxx/dags.git/': Failed to connect to gitlab.com port 443 after 14 ms: Couldn't connect to server
@zygias zygias added the tech-issues The user has a technical issue about an application label Apr 30, 2024
@zygias zygias changed the title DAG sync error: unable to access [bitnami/airflow] DAG sync error: unable to access Apr 30, 2024
@github-actions github-actions bot added the triage Triage is needed label Apr 30, 2024
@carrodher
Copy link
Member

The issue may not be directly related to the Bitnami container image or Helm chart, but rather to how the application is being utilized or configured in your specific environment.

Having said that, if you think that's not the case and are interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.

Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.

If you have any questions about the application itself, customizing its content, or questions about technology and infrastructure usage, we highly recommend that you refer to the forums and user guides provided by the project responsible for the application or technology.

With that said, we'll keep this ticket open until the stale bot automatically closes it, in case someone from the community contributes valuable insights.

Copy link

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

@github-actions github-actions bot added the stale 15 days without activity label May 16, 2024
Copy link

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.

@bitnami-bot bitnami-bot closed this as not planned Won't fix, can't repro, duplicate, stale May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
airflow solved stale 15 days without activity tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

3 participants