hashipi

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

commit af7f1654871bbf5d077f00c8c98b2841b871d739
parent b8ff0534f46c9f8c6d4884775e24e24ed8a091f9
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Mon, 28 Jul 2025 14:20:16 +0200

fix(netreap): remove iptables prerequisites

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

diff --git a/nomad.sh b/nomad.sh @@ -189,17 +189,6 @@ fi # endif NFS_SERVER # https://downey.io/blog/exploring-cgroups-raspberry-pi sed -i 's/$/ cgroup_enable=memory/' /boot/cmdline.txt -# Ensure iptable modules for Netreap -cat << EOF > /etc/modules-load.d/iptables.conf -iptable_nat -iptable_mangle -iptable_raw -iptable_filter -ip6table_mangle -ip6table_raw -ip6table_filter -EOF - # Install CNI plugins # - https://developer.hashicorp.com/nomad/docs/networking/cni curl -L -o cni-plugins.tgz "https://github.com/containernetworking/plugins/releases/download/v1.6.2/cni-plugins-linux-arm64-v1.6.2.tgz"