File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,10 @@ IMAGES=("spin-hello-world" "spin-keyvalue" "spin-outbound-redis" "spin-multi-tri
1313docker build -t k3d-shim-test " $dockerfile_path "
1414
1515k3d cluster create " $cluster_name " \
16- --image k3d-shim-test --api-port 6551 -p ' 8082:80@loadbalancer' --agents 1 \
17- --registry-create test-registry:0.0.0.0:5000
16+ --image k3d-shim-test --api-port 6551 -p ' 8082:80@loadbalancer' --agents 2 \
17+ --registry-create test-registry:0.0.0.0:5000 \
18+ --k3s-arg ' --kubelet-arg=eviction-hard=imagefs.available<1%,nodefs.available<1%@agent:*' \
19+ --k3s-arg ' --kubelet-arg=eviction-minimum-reclaim=imagefs.available=1%,nodefs.available=1%@agent:*'
1820
1921kubectl wait --for=condition=ready node --all --timeout=120s
2022
You can’t perform that action at this time.
0 commit comments