Skip to content

Commit 41de076

Browse files
committed
docs(helm): add next steps to NOTES.txt
Signed-off-by: Vaughn Dice <[email protected]>
1 parent 96b94cc commit 41de076

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

deploy/helm/templates/NOTES.txt

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
Welcome to Runtime-Class-Manager
1+
Welcome to Runtime-Class-Manager.
2+
3+
Next steps:
4+
5+
Create one or more Wasm Shim custom resources. See the samples in https://github.com/spinkube/runtime-class-manager/tree/main/config/samples.
6+
7+
> Note: Ensure that the `location` for the specified shim binary points to the correct architecture for your Node(s)
8+
9+
For example, install the Spin shim:
10+
11+
```shell
12+
kubectl apply -f https://raw.githubusercontent.com/spinkube/runtime-class-manager/refs/heads/main/config/samples/test_shim_spin.yaml
13+
```
14+
15+
Next, annotate one or more nodes with a label corresponding to the `nodeSelector` declared in the Shim, runtime-class-manager will install the shim as well as create the corresponding RuntimeClass:
16+
17+
```shell
18+
kubectl label node --all spin=true
19+
```
20+
21+
You are now ready to deploy your Wasm workloads.

0 commit comments

Comments
 (0)