Skip to content

Commit

Permalink
Add notes about other OS packages for faasd-pro
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Sep 20, 2024
1 parent a154fd1 commit 7ca2621
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions hack/install-pro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ if [ ! -x "$(command -v arkade)" ]; then
fi

PATH=$PATH:$HOME/.arkade/bin
if [ ! -x "$(command -v crane)" ]; then
arkade get crane
fi

tmpdir=$(mktemp -d)

Expand All @@ -35,3 +32,11 @@ echo "3. Then perform the final installation steps"
echo ""
echo "sudo -E sh -c \"cd ${tmpdir}/var/lib/faasd && faasd install\""
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"

0 comments on commit 7ca2621

Please sign in to comment.