We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17963da commit eff9c71Copy full SHA for eff9c71
1 file changed
hack/install-ax.sh
@@ -240,6 +240,10 @@ deploy_ax_server() {
240
wait_with_spinner "waiting for golden snapshot (timeout ${AX_WAIT_TIMEOUT:-5m})" \
241
run_kubectl wait --for=condition=Ready actortemplate/ax-harness-template \
242
-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"
247
}
248
249
# delete_ax_server removes the AX server and harness resources but preserves the
0 commit comments