Skip to content

fix: port conflict bw development cluster and quickstart #5484

@fykaa

Description

@fykaa

the quickstart script and development cluster configurations use overlapping port mappings, which causes confusion when developers switch between quickstart and development workflows.

Current Port Mappings:

quickstart clusters (hack/quickstart/kind.sh):

  • 30081 → test application instance
  • 30082 → uat application instance
  • 30083 → prod application instance

development clusters (hack/kind/cluster.yaml and hack/k3d/cluster.yaml):

  • 30080 → ArgoCD
  • 30081 → Kargo API server
  • 30082 → Kargo API server proxy (UI)

so when someone creates a quickstart cluster (kargo-quickstart) first, then tries to use Tilt for development without switching clusters, accesses localhost:30082 expecting the Kargo UI per the contributor guide and gets the UAT application instead

Metadata

Metadata

Assignees

Labels

area/devxAffects developer workflowsarea/documentationAffects documentationkind/choreSomething that just needs to get donekind/proposalIndicates maintainers have not yet committed to a feature requestpriority/lowLow commitment from maintainers; progress is likely to be community-driven

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions