chenk008
chenk008
Please use `ip address show` in your container, it seems different between `ip` and `ifconfig`.
How about using Kubernetes daemonset to run stargz service?
> I think a possible solution is to let containerd support a sort of "containerized plugin". This would allow containerd to talk to Stargz Snapshotter plugin that is running as...
Does Podman need to bump [containers/storage](https://github.com/containers/storage) version to support stargz?
@ilyee @ktock How about saving the fuse pipe FD in the FUSE manager? When we need to upgrade stargz-snapshotter, send this pipe FD to the new stargz-snapshotter process and let...
@ebr Are you using an old `ray-operator`? The CRD has changed last year, and the `rayResource` doesn't exist any more.
Hi, @RuofanKonga a little confused with reproduction script: 1. Should the `ray.init()` contains address? 2. After the `head` in this script exited, the Head node in ray don't restart, the...
It seems your local ray version is not compatible with the cluster.
I agree with that changes result in added migration complexity. At the beginning, there are three CRDs in this repo. We have discussed in the last year and merge them...
@Jeffwan Sorry for delay reply, the `min_worker_port` default value `10002` results this error. Maybe we should delete port config in all `rayStartParams `? They can generated randomly.