hashipi

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

commit f0571bc2487fdb31770fd7b9e1d1e8122932656b
parent 2df33ae76129ad52b5bdd7db13e75be7a058c1a5
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Mon, 10 Jun 2024 15:25:43 +0200

feat(nomad): update to cni plugins 1.5

Diffstat:
Mnomad.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nomad.sh b/nomad.sh @@ -158,7 +158,7 @@ EOF # Install CNI plugin for Consul connect integration for Consul snapshot tasks # - https://www.nomadproject.io/docs/integrations/consul-connect -curl -L -o cni-plugins.tgz "https://github.com/containernetworking/plugins/releases/download/v1.3.0/cni-plugins-linux-amd64-v1.3.0.tgz" +curl -L -o cni-plugins.tgz "https://github.com/containernetworking/plugins/releases/download/v1.5.0/cni-plugins-linux-arm64-v1.5.0.tgz" mkdir -p /opt/cni/bin tar -C /opt/cni/bin -xzf cni-plugins.tgz