Skip to content

Commit

Permalink
docs: Add command hints in make kind output
Browse files Browse the repository at this point in the history
This is to print out command hints for Linux host, so that new Cilium
contributors didn't need to check docs.

Relates: #27931
Signed-off-by: Tam Mach <tam.mach@cilium.io>
  • Loading branch information
sayboras committed Feb 1, 2024
1 parent 2fc52eb commit 835d175
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/scripts/kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -263,3 +263,7 @@ fi
echo "Kind is up! Time to install cilium:"
echo " make kind-image"
echo " make kind-install-cilium"
echo ""
echo "On Linux, the below can be used for faster feedback:"
echo " make kind-image-fast"
echo " make kind-install-cilium-fast"

0 comments on commit 835d175

Please sign in to comment.