hashipi

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

commit 8418cb7df9b8a67055f6372ecfe8d9f397da4627
parent 6a7ed457db604f0682f22ae43c15e6c0b23ecf1c
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sun,  4 Jun 2023 18:25:46 +0200

feat(nomad): update to CNI plugins 1.3

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

diff --git a/nomad.sh b/nomad.sh @@ -263,6 +263,6 @@ EOF # - https://www.nomadproject.io/docs/integrations/consul-connect # - https://github.com/cosmonic/netreap # - https://cosmonic.com/blog/engineering/netreap-a-practical-guide-to-running-cilium-in-nomad -curl -L -o cni-plugins.tgz "https://github.com/containernetworking/plugins/releases/download/v1.1.1/cni-plugins-linux-arm64-v1.1.1.tgz" +curl -L -o cni-plugins.tgz "https://github.com/containernetworking/plugins/releases/download/v1.3.0/cni-plugins-linux-amd64-v1.3.0.tgz" mkdir -p /opt/cni/bin tar -C /opt/cni/bin -xzf cni-plugins.tgz