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