-
This tutorial should give step by step guidance on how to set up observability solution (#110) so they can monitor installation of Spin Operator, Run Wasi, and their SpinApps (#108 ).
Prerequisite…
-
I'm experiencing the integration tests flaking occasionally because of a race condition. I've been unable to diagnose the issue so far but I think it has something to do with [this code](https://githu…
-
I need to build an application that is triggered by a timer and I used the spin-timer example as a starting point. Then I need to publish messages on a redis channel.
Importing redis from spin_sdk r…
-
- [ ] Create philosophical shorts for why LLM may actually "understand"
- [ ] Create a weekly target
- [ ] Reflect on how I would trickle from year to daily vision
- [ ] Create gigs on fastwork
- [ ] …
-
Changing the image of a SpinApp CR is not always working. For an unknown reason sometimes when you change the image it does not update. Even if you delete and re-apply the SpinApp it still does not us…
-
Given the following SpinApp:
```
> kubectl get spinapp hello-rust -o yaml
apiVersion: core.spinoperator.dev/v1
kind: SpinApp
metadata:
annotations:
kubectl.kubernetes.io/last-applied-co…
-
Apply the following SpinApp to the cluster
```yaml
apiVersion: spinoperator.dev/v1
kind: SpinApp
metadata:
name: simple-spinapp
spec:
image: "ghcr.io/fermyon/spin-operator/hello-world:lat…
-
### What happened?
I've attempt to deploy WASM Pod on Kubernetes and WASM Pod is sccessfly created and running.
However, when I delete the WASM Pod, the WASM Pod is not terminated and the status rem…