Spot the bug in the Wasm manifest

from WebAssembly containers
Node 24 intermediate 4 min 3 issues to find

Find the scheduling, RuntimeClass, and supply-chain errors in this generated manifest.

YAML
apiVersion: node.k8s.io/v1
kind: RuntimeClass
metadata:
  name: wasm
handler: wasmtime
scheduling:
  nodeSelector:
    kubernetes.io/arch: wasm32
---
apiVersion: v1
kind: Pod
metadata:
  name: receipt-worker
spec:
  runtimeClassName: spin
  containers:
    - name: worker
      image: registry.example/receipt:latest
Open in playground
Report an error