Skip to content

Commit

Permalink
Merge pull request #147 from ThorstenHans/docs/operator-chart-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
endocrimes committed Mar 8, 2024
2 parents d1ed4d1 + 480612c commit 7b62036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/spin-operator/templates/NOTES.txt
Expand Up @@ -12,11 +12,11 @@ Kubernetes cluster before it can run the first Spin application.

1. Install the containerd-shim-spin SpinAppExecutor:

$ kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/{{ .Chart.AppVersion }}/spin-operator.executor.yaml
$ kubectl apply -f https://raw.githubusercontent.com/spinkube/spin-operator/{{ .Chart.AppVersion }}/config/samples/spin-shim-executor.yaml

2. Install the wasmtime-spin-v2 RuntimeClass:

$ kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/{{ .Chart.AppVersion }}/spin-operator.runtime-class.yaml
$ kubectl apply -f https://raw.githubusercontent.com/spinkube/spin-operator/{{ .Chart.AppVersion }}/config/samples/spin-runtime-class.yaml

3. Finally, install the containerd wasm shim on at least one node. This shim is
necessary for running Spin application workloads. We use the Kwasm Operator
Expand Down

0 comments on commit 7b62036

Please sign in to comment.