Skip to content

Commit eff9c71

Browse files
authored
Add a line with kubectl port-forward instructions (#211)
1 parent 17963da commit eff9c71

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

hack/install-ax.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,10 @@ deploy_ax_server() {
240240
wait_with_spinner "waiting for golden snapshot (timeout ${AX_WAIT_TIMEOUT:-5m})" \
241241
run_kubectl wait --for=condition=Ready actortemplate/ax-harness-template \
242242
-n ax --timeout="${AX_WAIT_TIMEOUT:-5m}"
243+
244+
echo ""
245+
echo "Forward the AX server by running the following command (optional)"
246+
echo "kubectl port-forward -n ax rs/ax-server 8494:8494"
243247
}
244248

245249
# delete_ax_server removes the AX server and harness resources but preserves the

0 commit comments

Comments
 (0)