Environment variables for running Ray on top of k8s

I’m trying to pass in parameters to a custom container image I’d like to run Ray head and worker nodes. Where can I find information about how to define them in the cluster yaml? I’d assume allowing to use environment variables are a common mechanism for addressing this question, but obviously open to any alternative solution.

One option is to use the pod configs in the cluster yaml

1 Like