Skip to content

Add a line with kubectl port-forward instructions#211

Merged
rakyll merged 1 commit into
mainfrom
jbd/kubectl
Jun 27, 2026
Merged

Add a line with kubectl port-forward instructions#211
rakyll merged 1 commit into
mainfrom
jbd/kubectl

Conversation

@rakyll

@rakyll rakyll commented Jun 27, 2026

Copy link
Copy Markdown
Member

Output looks like:

...
namespace/ax unchanged
workerpool.ate.dev/ax-harness-workerpool created
actortemplate.ate.dev/ax-harness-template created
service/ax-eventlog-postgres unchanged
secret/ax-eventlog-postgres configured
statefulset.apps/ax-eventlog-postgres configured
replicaset.apps/ax-server created
configmap/ax-server-config created
[step]: wait for statefulset/ax-eventlog-postgres to be ready
waiting for postgres (timeout 5m)... done
[step]: wait for actortemplate/ax-harness-template to be Ready
waiting for golden snapshot (timeout 5m)... done

Forward the AX server by running the following command (optional)
kubectl port-forward -n ax rs/ax-server 8494:8494

Fixes #169.

@rakyll rakyll requested a review from wjjclaud June 27, 2026 16:05
@rakyll rakyll merged commit eff9c71 into main Jun 27, 2026
8 checks passed
@rakyll rakyll deleted the jbd/kubectl branch June 27, 2026 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Print kubectl port-forward instructions after ax-install.sh is done

3 participants