Skip to content

[Feature][RayCluster] Set default ports for users #3245

@MortalHappiness

Description

@MortalHappiness

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

Currently, many sample YAML files define the ports section. We can set default values in the KubeRay operator and remove that section from the sample YAML files. Also remove that section for RayJob sample yaml files.

ports:
- containerPort: 6379
name: gcs-server
- containerPort: 8265 # Ray dashboard
name: dashboard
- containerPort: 10001
name: client

ports:
- containerPort: 6379
name: gcs-server
- containerPort: 8265 # Ray dashboard
name: dashboard
- containerPort: 10001
name: client

Use case

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions