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] Fix cannot fetch logs in worker nodes #7603

Merged
merged 6 commits into from
Sep 23, 2021
Merged

Conversation

randradas
Copy link
Contributor

@randradas randradas commented Sep 23, 2021

Description of the change

This change use the new airflow containers which ask for a new value as parameter called auth.secretKey. It fixes a problem fetching logs from worker nodes:
image

Benefits

It will allow to the user to watch logs in the UI like this:
image

Possible drawbacks

There is not known drawbacks.

Applicable issues

Additional information

Checklist

  • Chart version bumped in Chart.yaml according to semver.
  • Variables are documented in the README.md
  • Title of the PR starts with chart name (e.g. [bitnami/<name_of_the_chart>])

@github-actions
Copy link

github-actions bot commented Sep 23, 2021

Great PR! Please pay attention to the following items before merging:

Files matching bitnami/*/values.yaml:

  • Is the PR adding a new container? Please reviewer, add it to the models (internal process)
  • Is the PR adding a new parameter? Please, ensure it’s documented in the README.md

This is an automatically generated QA checklist based on modified files

Copy link
Contributor

@yilmi yilmi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@randradas
Copy link
Contributor Author

randradas commented Sep 28, 2021

Those issues will be fixed when the Airflow chart release is done which I'm working on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Airflow issue: Failed to fetch log file from worker. 403 Client Error
2 participants