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
image="quay.io/project-codeflare/ray:latest-py39-cu118", # Mandatory Field
23
23
instascale=False, # Default False
24
24
machine_types=["m5.xlarge", "g4dn.xlarge"],
25
-
ingress_domain="example.com" # Default None, Mandatory for Kubernetes Clusters
25
+
ingress_domain="example.com" # Default None, Mandatory for Vanilla Kubernetes Clusters - ingress_domain is ignored on OpenShift Clusters as a route is created.
26
26
))
27
27
```
28
28
@@ -32,8 +32,8 @@ From there a user can call `cluster.up()` and `cluster.down()` to create and rem
32
32
In cases where `mcad=False` a yaml file will be created with the individual Ray Cluster, Route/Ingress and Secret included.<br>
33
33
The Ray Cluster and service will be created by KubeRay directly and the other components will be individually created.
34
34
35
-
## Ray Cluster Configuration in a Kubernetes environment
36
-
To create a Ray Cluster using the CodeFlare SDK in a Kubernetes environment an `ingress_domain` must be passed in the Cluster Configuration.
35
+
## Ray Cluster Configuration in a Vanilla Kubernetes environment (Non-OpenShift)
36
+
To create a Ray Cluster using the CodeFlare SDK in a Vanilla Kubernetes environment an `ingress_domain` must be passed in the Cluster Configuration.
37
37
This is used for the creation of the Ray Dashboard and Client ingresses.
38
38
39
39
`ingress_options` can be passed to create a custom Ray Dashboard ingress, `ingress_domain` is still a required variable for the Client ingress.
0 commit comments