You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kevin85421, I feel the enableGcsFaultTolerance is a bit redundant if we have the gcsFaultToleranceOptions already. Is there any concern so that we should have a dedicated boolean field for enabling the feature? Except that, I think the gcsFaultToleranceOptions field should be like this:
The RedisAddress is the only mandatory field and we mimic the corev1.EnvVar for the RedisPassword so that we can copy it to the container env fields directly, preserving the valueFrom configuration.
Search before asking
Description
Currently, users need to use an annotation
ray.io/ft-enabled
to enable GCS FT (doc). Move the GCS API from annotations to RayCluster CRD.Some possible APIs can be something similar to Autoscaler.
Use case
No response
Related issues
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: