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

doc: reload pods when using the same DAG tag #24576

Merged
merged 8 commits into from
Jul 12, 2022
Merged

Commits on Jun 21, 2022

  1. doc: reload pods when using the same DAG tag

    Using the same tag for airflow dags cannot work as kubernetes will not refresh pods (scheduler, workers, webservers) if they are not updated.
    Then you need to trigger the reloading of those pods manually.
    sybernatus committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    ec2c48b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa13bc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. Configuration menu
    Copy the full SHA
    67f19c6 View commit details
    Browse the repository at this point in the history
  2. doc: reload pods by using random annotation

    Update documentation to update pods using same DAG tag using random airflow annotation instead of manual deleting pods
    sybernatus committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    4ff1eed View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. doc: Indent warning message

    indent warning message so it goes in the warning block
    remove the italic style
    sybernatus committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    1c96f9e View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    746ac1f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    7e4d213 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c86a707 View commit details
    Browse the repository at this point in the history