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

Ensure infra_image gets proper label used for reconciliation #15898

Merged
merged 3 commits into from
Jan 30, 2023

Commits on Jan 26, 2023

  1. Ensure infra_image gets proper label used for reconciliation

    Currently infra containers are not cleaned up as part of the dangling container
    cleanup routine. The reason is that Nomad checks if a container is a Nomad owned
    container by verifying the existence of the: `com.hashicorp.nomad.alloc_id` label.
    
    Ensure we set this label on the infra container as well.
    ygersie committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    7818555 View commit details
    Browse the repository at this point in the history
  2. fix unit test

    ygersie committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    16048aa View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. changelog: add entry

    shoenig committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    b35dc40 View commit details
    Browse the repository at this point in the history