Rajat Jindal

Results 96 comments of Rajat Jindal

i added some debug logging to shim and used that on the node having crashes: ``` Apr 23 17:05:22 aks-nodepool1-31969921-vmss000003 containerd[212274]: time="2024-04-23T17:05:22.943002063Z" level=info msg="stats: StatsRequest { id: "2008530c02eec982e25a6ebe9f5e005b0704b4ed8546f7c7b5f3e104f9c17f4 0", special_fields:...

ah, this might be related to the cross version. trying the same version as used in Makefile now.

this is indeed the cross version. Now trying to think how can we make sure new contributors don't run into this. a few options could be: - automatically install the...

thanks for linking me to that issue. If a user has unsupported version of cross, should we print a warning and ask them to run `make install-cross` The reason I...

Hi @byteshiva, could you please re-run the command to create the cluster with `--verbose` flag to check what it is waiting for.

I just tried it on my laptop (Macbook M2 Pro), and it completed successfully. ``` k3d cluster create wasm-cluster --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.13.1 --port "8081:80@loadbalancer" --verbose DEBU[0000] DOCKER_SOCK=/var/run/docker.sock DEBU[0000] Runtime Info: &{Name:docker...

if we add args to the pod spec, I verified they show up as args in shim. ``` time="2024-03-27T15:28:59.884400276Z" level=info msg="setting up wasi ["/", "--listen", "0.0.0.0:8080"]" ``` The next question...

> Does the spin toml file have a way to configure this? I was thinking about this, need to check with team. But also I was thinking we need to...

> Alot of times this port and address are configured via ENV variables that is a good one. there is indeed an env variable, but need to check how that...

just thinking out here. could we introduce an environment variable such as SPIN_LISTEN_ADDRESS, which overrides the default value?