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 2c187f1 commit 3ed2e3fCopy full SHA for 3ed2e3f
scripts/up.sh
@@ -13,7 +13,7 @@ IMAGES=("spin-hello-world" "spin-keyvalue" "spin-outbound-redis" "spin-multi-tri
13
docker build -t k3d-shim-test "$dockerfile_path"
14
15
k3d cluster create "$cluster_name" \
16
- --image k3d-shim-test --api-port 6551 -p '8082:80@loadbalancer' --agents 2 \
+ --image k3d-shim-test --api-port 6551 -p '8082:80@loadbalancer' --agents 1 \
17
--registry-create test-registry:0.0.0.0:5000
18
19
kubectl wait --for=condition=ready node --all --timeout=120s
0 commit comments