Skip to content

Commit 959baba

Browse files
committed
node-installer: pull spin-rust-hello image for K3s integration test
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
1 parent 28c9ae4 commit 959baba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

node-installer/integration-test-k3s.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ if ! kubectl get pods -n kwasm | grep -q "k3s-provision-kwasm.*Completed"; then
5959
fi
6060

6161
echo "=== Step 4: Apply the workload ==="
62+
sudo k3s ctr images pull ghcr.io/spinkube/containerd-shim-spin/examples/spin-rust-hello:v0.18.0
6263
kubectl apply -f ../deployments/workloads/workload.yaml
6364

6465
echo "Waiting for deployment to be ready..."

0 commit comments

Comments
 (0)