Can ray operator supports multiple ray cluster version at the same time?

I am playing Ray Kubernetes operator. I am trying to understand if operator has version specific logics?

My requirement is to have one ray operator to manage multiple ray clusters and they may have different versions for different applications (RayDp only works on 1.2.0 and for other frameworks, I would like to use 2.0.0-dev).

Is it possible to use ray master operator to kick off a cluster with image rayproject/ray:1.2.0 ?

@Dmitri @yiranwang52 Thoughts here? Thanks

Yep, current master operator is compatible with a Ray 1.2.0 cluster.