Skip to content

Commit 3ed2e3f

Browse files
Only use one agent in K3s test cluster
Signed-off-by: Kate Goldenring <[email protected]>
1 parent 2c187f1 commit 3ed2e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/up.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ IMAGES=("spin-hello-world" "spin-keyvalue" "spin-outbound-redis" "spin-multi-tri
1313
docker build -t k3d-shim-test "$dockerfile_path"
1414

1515
k3d cluster create "$cluster_name" \
16-
--image k3d-shim-test --api-port 6551 -p '8082:80@loadbalancer' --agents 2 \
16+
--image k3d-shim-test --api-port 6551 -p '8082:80@loadbalancer' --agents 1 \
1717
--registry-create test-registry:0.0.0.0:5000
1818

1919
kubectl wait --for=condition=ready node --all --timeout=120s

0 commit comments

Comments
 (0)