vakarisbk commented on issue #30:
URL: https://github.com/apache/datafusion-ray/issues/30#issuecomment-2409037630
Cluster version is determined by the container image that is used to launch
the cluster (step 3 in the docs).
The default container image is `rayproject/ray:2.9.0`. The docs show how to
override the default image and to use the image built from k8s/Dockerfile which
uses ray 2.37.0 and includes all dependencies.
So most likely the cluster is deployed using the default image. To confirm
that, run `kubectl get pod [RAY_POD_NAME] -o
jsonpath='{.spec.containers[*].image}'`
If that's the case, do `helm delete datafusion-ray` and redo step 3.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]