PR feedback

cloud-runner-develop
Frostebite 2025-12-06 01:08:34 +00:00
parent dedb8810ff
commit bfac73b479
1 changed files with 3 additions and 3 deletions

View File

@ -77,9 +77,9 @@ jobs:
- name: Create k3s cluster (k3d)
timeout-minutes: 5
run: |
# Create cluster with port mapping to expose host services
# Map host port 4566 to agent node so pods can access LocalStack via host.k3d.internal
k3d cluster create unity-builder --agents 1 --port "4566:4566@agent:0" --wait
# Create cluster - host.k3d.internal will allow pods to access host services
# No port mapping needed - LocalStack is on host, accessible via host.k3d.internal:4566
k3d cluster create unity-builder --agents 1 --wait
kubectl config current-context | cat
- name: Verify cluster readiness and LocalStack connectivity
timeout-minutes: 2