-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Make head serviceType optional #851
[Feature] Make head serviceType optional #851
Conversation
I currently remove all |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems all reference have been removed. Actually this is optional but not deprecated at this moment. Let's leave some example for customization if user need them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Following Getting Started and the KubeRay-operator was deployed just fine, but
|
Oh, the current configuration is only compatible with the latest KubeRay image (i.e. nightly). The document deploys KubeRay operator with the image v0.3.0. Hence, |
Could you instead pin the KubeRay configs to the latest KubeRay release, rather than master? |
Open issue #857 to track this. We need to promise that the nightly and latest release KubeRay operator will work well with current sample YAML files. |
Makes sense! |
Minimal configuration for RayCluster CRs should be as simple as possible. This PR makes serviceType optional and the default is ClusterIP.
Why are these changes needed?
Minimal configuration for RayCluster CRs should be as simple as possible. This PR makes
serviceType
optional and the default isClusterIP
.(from Kubernetes official documentation)
Related issue number
Part of #368
Checks
Test Helm chart
raycluster-kuberay-head-svc
is ClusterIP.