fscnick
fscnick
To resolve #540, keep the `StreamState` in `watches`. The sotw could calculate the required resource to respond when there is a modified resource. dependency: #531
UpdateResource and DeleteResource will call notifyAll once it has changes. And It respond the resource that has been changed. https://github.com/envoyproxy/go-control-plane/blob/4455b6323de455adf8d0c8afeb3fa5a90652555c/pkg/cache/v3/linear.go#L140-L151 However, the xds-client get the response. It would remove the...
I got the error message from pre-built binary with version 2.1.1. `/lib/ld-musl-x86_64.so.1: bad ELF interpreter: No such file or directory` I'm sure the binary I downloaded is correct. OS: CentOS...
## Why are these changes needed? In kubeclt-plugin, the default value of command is from `options.XXX`. Even through it is not affect functionality currently, it might be not a right...
## Why are these changes needed? After getting response from ProxyActorHealth, the body is not used if the status is 200. It causes an unnecessary allocation. Here are the simulation...
## Why are these changes needed? `CreateCurlPod` need to wait for pod is ready and running. put the waiting logic inside the function for easier to use. ## Related issue...
## Why are these changes needed? **Currently this pr is a draft for demonstrating the design. If it is okay, we could continue to polish it.** The operator query the...
### Search before asking - [x] I searched the [issues](https://github.com/ray-project/kuberay/issues) and found no similar issues. ### KubeRay Component Others ### What happened + What you expected to happen It would...