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

Fix install awx-task > init-database container if it needs to be stopped by kubernetes #1986

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Commits on Oct 30, 2024

  1. Fix install awx-task init-database container args

    If the database setup is in some way wrong, the `wait-for-migrations` command inside the `init-database` container runs infinitely and can't be stopped by kubernetes.
    The `wait-for-migrations` command needs to be started by `dump-init` command. The `dump-init` command is the default ENTRYPOINT of the used container image.
    See: https://github.com/ansible/awx/blob/devel/tools/ansible/roles/dockerfile/templates/Dockerfile.j2#L321
    JoelKle authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    1816f87 View commit details
    Browse the repository at this point in the history