You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,11 +86,10 @@ To carry out the installation step-by-step, do the following:
86
86
87
87
```yaml
88
88
apiVersion: node.k8s.io/v1
89
+
handler: spin
89
90
kind: RuntimeClass
90
91
metadata:
91
-
name: wasmtime-spin-v2
92
-
handler: spin
93
-
92
+
name: wasmtime-spin-v2
94
93
```
95
94
96
95
4. Deploy a Spin app to your cluster with the specified `RuntimeClass` name matching the "wasmtime-spin-v2" runtime class from step 3. The [Spin Operator](../spin-operator/_index.md) does this for you, translating `SpinApp` custom resources into Kubernetes deployments.
@@ -99,22 +98,22 @@ To carry out the installation step-by-step, do the following:
0 commit comments