hashipi

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

commit 008f9acb5162eb3f4e3885dde19e727a0d8b36e6
parent 6e54ea1b899b34b4cf1fa2f9450df65590bab35a
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Tue,  9 Aug 2022 23:54:13 +0200

feat: update cni-plugins 1.1.1

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

diff --git a/nomad.sh b/nomad.sh @@ -156,6 +156,6 @@ sed 's/$/ cgroup_enable=memory/' /boot/cmdline.txt # Install CNI plugin for Consul connect integration # https://www.nomadproject.io/docs/integrations/consul-connect -curl -L -o cni-plugins.tgz "https://github.com/containernetworking/plugins/releases/download/v1.0.0/cni-plugins-linux-arm-v1.0.0.tgz" +curl -L -o cni-plugins.tgz "https://github.com/containernetworking/plugins/releases/download/v1.1.1/cni-plugins-linux-arm64-v1.1.1.tgz" mkdir -p /opt/cni/bin tar -C /opt/cni/bin -xzf cni-plugins.tgz