hashipi

Raspberry Pi Test Cluster for HashiCorp Vault, Nomad and Consul
git clone https://git.in0rdr.ch/hashipi.git
Log | Files | Refs | README

commit 020629b76b1faa400e730343fde200a79b0a1b16
parent 9d3402f8e899b0c11792dc97f7138a93c9e7db8c
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Mon, 20 May 2024 22:51:57 +0200

fix(nomad-driver-podman): remove deprecated recover_stopped

The recover_stopped=true option caused the driver to reuse the
containers on restart. The flag was changed to false by default in
v0.5.0 and was deprecated, so it's time to remove it.

* https://developer.hashicorp.com/nomad/plugins/drivers/podman#recover_stopped
* https://github.com/hashicorp/nomad-driver-podman/blob/main/CHANGELOG.md#050-july-19-2023

Diffstat:
Mnomad.sh | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/nomad.sh b/nomad.sh @@ -124,12 +124,6 @@ client { } } -plugin "nomad-driver-podman" { - config { - recover_stopped = false - } -} - # Enable raw exec driver (jobs w/o isolation) plugin "raw_exec" { config {