Andrew Sy Kim
Andrew Sy Kim
There's a PR open to use http probes https://github.com/ray-project/kuberay/pull/2360 HTTP probes are probably what we want eventually, but the limitation is that it can only check a single endpoint and...
/gcbrun
Do we need a RayService YAML in the repo with region tags that you can reference in the GCP docs?
/assign @ayberk /triage accepted
Ran into this too, the problem is that our CRDs embed `corev1.PodTemplateSpec`, which includes a `metav1.ObjectMeta`. However, the generated CRD does not include all fields of metav1.ObjectMeta but the Go...
I think surpressing the warning is a fine workaround too, I just found https://github.com/kubernetes-sigs/controller-runtime/pull/2887 which I'll look into
@kevin85421 since the new API is available v1.2.2 it probably doesn't make sense to add a feature gate for v1.3, unless we re-release v1.2.2. I'm okay to close this one,...
> It would be nice to have ANY cluster upgrade. @pkit do you want this for RayService only or also for RayCluster?
@pkit thanks for clarifying. So basically you want the ability to modify the image of a worker group in RayCluster and have kuberay automatically do a rolling upgrades of the...
Hi @testinfected, thanks for reporting the issue! Regarding this config: ``` autoscalerOptions: version: 2 ``` I believe this will only be available starting in v1.4. Setting `RAY_enable_autoscaler_v2` should work, you...