File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ echo "=== Step 5: Test the workload ==="
7979echo " Waiting for service to be ready..."
8080sleep 10
8181
82- kubectl enable ingress
82+ sudo microk8s enable ingress
8383sleep 5
8484
8585echo " Testing workload with curl..."
Original file line number Diff line number Diff line change 1+ apiVersion : v1
2+ kind : Pod
3+ metadata :
4+ labels :
5+ job-name : k3s-provision-kwasm
6+ name : k3s-provision-kwasm-dev
7+ namespace : kwasm
8+ spec :
9+ containers :
10+ - env :
11+ - name : NODE_ROOT
12+ value : /mnt/node-root
13+ image : ghcr.io/spinkube/containerd-shim-spin/node-installer:dev
14+ imagePullPolicy : IfNotPresent
15+ name : kwasm-provision
16+ securityContext :
17+ privileged : true
18+ volumeMounts :
19+ - mountPath : /mnt/node-root
20+ name : root-mount
21+ hostPID : true
22+ nodeName : devbox-5
23+ restartPolicy : Never
24+ volumes :
25+ - hostPath :
26+ path : /
27+ name : root-mount
You can’t perform that action at this time.
0 commit comments