Skip to content

Fix node ports for site instances#11

Merged
krancour merged 3 commits intoakuity:mainfrom
carlosquental:main
Feb 24, 2026
Merged

Fix node ports for site instances#11
krancour merged 3 commits intoakuity:mainfrom
carlosquental:main

Conversation

@carlosquental
Copy link
Copy Markdown
Contributor

Doing the quickstart, noticed that sites weren't accessible:

https://docs.kargo.io/quickstart/

See how kind cluster is created:


kind create cluster \
  --wait 120s \
  --config - <<EOF
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
name: kargo-quickstart
nodes:
- extraPortMappings:
  - containerPort: 31443 # Argo CD dashboard
    hostPort: 31443
  - containerPort: 31444 # Kargo dashboard
    hostPort: 31444
  - containerPort: 31445 # External webhooks server
    hostPort: 31445
  - containerPort: 32080 # test application instance
    hostPort: 32080
  - containerPort: 32081 # UAT application instance
    hostPort: 32081
  - containerPort: 32082 # prod application instance
    hostPort: 32082
  
EOF

https://raw.githubusercontent.com/akuity/kargo/main/hack/quickstart/kind.sh
Same goes for k3d:
https://raw.githubusercontent.com/akuity/kargo/main/hack/quickstart/k3d.sh

@carlosquental carlosquental marked this pull request as ready for review January 6, 2026 17:07
@krancour krancour merged commit b88ce77 into akuity:main Feb 24, 2026
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.

2 participants