Skip to content

Commit bfac73b

Browse files
committed
PR feedback
1 parent dedb881 commit bfac73b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cloud-runner-integrity.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ jobs:
7777
- name: Create k3s cluster (k3d)
7878
timeout-minutes: 5
7979
run: |
80-
# Create cluster with port mapping to expose host services
81-
# Map host port 4566 to agent node so pods can access LocalStack via host.k3d.internal
82-
k3d cluster create unity-builder --agents 1 --port "4566:4566@agent:0" --wait
80+
# Create cluster - host.k3d.internal will allow pods to access host services
81+
# No port mapping needed - LocalStack is on host, accessible via host.k3d.internal:4566
82+
k3d cluster create unity-builder --agents 1 --wait
8383
kubectl config current-context | cat
8484
- name: Verify cluster readiness and LocalStack connectivity
8585
timeout-minutes: 2

0 commit comments

Comments
 (0)