Add notes about other OS packages for faasd-pro

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd)
2024-09-20 09:42:36 +01:00
parent a154fd1bc0
commit 7ca2621c98

View File

@ -12,9 +12,6 @@ if [ ! -x "$(command -v arkade)" ]; then
fi fi
PATH=$PATH:$HOME/.arkade/bin PATH=$PATH:$HOME/.arkade/bin
if [ ! -x "$(command -v crane)" ]; then
arkade get crane
fi
tmpdir=$(mktemp -d) tmpdir=$(mktemp -d)
@ -35,3 +32,11 @@ echo "3. Then perform the final installation steps"
echo "" echo ""
echo "sudo -E sh -c \"cd ${tmpdir}/var/lib/faasd && faasd install\"" echo "sudo -E sh -c \"cd ${tmpdir}/var/lib/faasd && faasd install\""
echo "" echo ""
echo "4. Additional OS packages are sometimes required, with one of the below:"
echo ""
echo "apt install -qy runc bridge-utils iptables"
echo ""
echo "yum install runc iptables-services"
echo ""
echo "pacman -Sy runc bridge-utils"