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
runtime-class-manager is a Kubernetes operator that manages installation of Wasm shims onto nodes and related Runtimeclasses via [Shim custom resources](../../config/crd/bases/runtime.kwasm.sh_shims.yaml).
The following installs the runtime-class-manager chart with the release name `rcm`:
13
+
14
+
```shell
15
+
helm upgrade --install \
16
+
--namespace rcm \
17
+
--create-namespace \
18
+
--wait \
19
+
rcm .
20
+
```
21
+
22
+
## Post-installation
23
+
24
+
With runtime-class-manager running, you're ready to create one or more Wasm Shims. See the samples in the [config/samples directory](../../config/samples/).
25
+
26
+
> Note: Ensure that the `location` for the specified shim binary points to the correct architecture for your Node(s)
Now when you 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:
0 commit comments