Avi Weit
Avi Weit
Related to this topic, as part of the overall setup, should the GPU nodes be registered with Kubernetes cluster (e.g. by following this manual: https://kubernetes.io/docs/tasks/manage-gpus/scheduling-gpus)? How can one specify GPU...
Hi, free5gc has an all in one docker containerized environment including ueransim. You can look into free5gc docker compose project: https://github.com/free5gc/free5gc-compose and refer to `ueransim` folder to see how it...
Hi, yes. I am using UERANSIM 3.2.6 with free5gc 3.2.1.
Hi, I followed README instructions, invoked: `curl http://127.0.0.1:8080/api/v1/namespaces/foo/actions` and I get: `{"code":401,"message":"unauthenticated for invalid credentials"}` Thanks.
It works for me now after passing `AUTH` to wsk CLI (e.g. via ~/.wskprops). I can create and invoke the hello action. I am using latest wsk CLI. Perhaps README...