Jiaxin Shan

Results 193 comments of Jiaxin Shan

## API Definition In order to better manage resources at the API level, a few proto files will be defined to describe resources. Technically, we can reuse Kubernetes resource directly....

@chaomengyuan I think we can come up other ideas for images and try not to confuse user.

I make some changes to API definition. /cc @chenk008 @chaomengyuan 1. Remove confusing `ClusterRuntime`. Use a simple string `image` instead. - provide a separate `Image` to build images. In the...

Let's split this story into separate sub issues 1. Core Cluster, Image message 2. gRPC and gRPC gateway services 3. Scripts to generate go clients and swagger files 4. code...

Attach some offline discussion here. I think this is a valid use case especially for long running clusters. Live upgrade need support of both control plane and data plane. 1....

/cc @scarlet25151 is the feature owner. Please help update the docs.

This is actually an enhancement and we can move it from v0.3.0 to future releases.

@haoxins It's a little bit weird. Seems it failed at the step of "Run linter against ray operator" but error messages show `goimports` command was not found. Let me have...

BTW, normally we upgrade golang version along with other kubexxx dependencies together. This is unnecessary but the conversion in this project. Let me check next kubernetes version we want to...

What kind of volumes you need? Read-Many or EBS per pod like template with index? We handle the exact same problem in distributed training use case