We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dedb881 commit bfac73bCopy full SHA for bfac73b
.github/workflows/cloud-runner-integrity.yml
@@ -77,9 +77,9 @@ jobs:
77
- name: Create k3s cluster (k3d)
78
timeout-minutes: 5
79
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
+ # 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
83
kubectl config current-context | cat
84
- name: Verify cluster readiness and LocalStack connectivity
85
timeout-minutes: 2
0 commit comments