Skip to content

Commit

Permalink
contrib: output easier way to install Cilium in kind.
Browse files Browse the repository at this point in the history
These Makefile targets are undiscoverable. Let's fix that.

Signed-off-by: Casey Callendrello <cdc@isovalent.com>
  • Loading branch information
squeed authored and pchaigno committed Feb 3, 2023
1 parent 0307add commit ecdae30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/scripts/kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ kubectl taint nodes --all node-role.kubernetes.io/control-plane-
set -e

echo
echo "Images are pushed into the kind registry like so:"
echo " export DOCKER_REGISTRY=localhost:5000"
echo " make dev-docker-image"
echo "Kind is up! Time to install cilium:"
echo " make kind-image"
echo " make kind-install-cilium"

0 comments on commit ecdae30

Please sign in to comment.