diff --git a/deploy/dev/k8s/minimal.sh b/deploy/dev/k8s/minimal.sh index 68fb14d29c1..eec4593275a 100755 --- a/deploy/dev/k8s/minimal.sh +++ b/deploy/dev/k8s/minimal.sh @@ -79,11 +79,7 @@ kubectl get pods -o wide echo "Done." echo "" -# Build the CLI in the appropriate directory -(cd ../../../ && make cli) -echo "" - # Set AIS_ENDPOINT for use with the CLI export AIS_ENDPOINT=$HOST_URL echo "Set the \"AIS_ENDPOINT\" for use of CLI:" -echo "export AIS_ENDPOINT=\"$AIS_ENDPOINT\"" \ No newline at end of file +echo "export AIS_ENDPOINT=\"$AIS_ENDPOINT\""