David Xia

Results 116 comments of David Xia

@laureled Whatever's easier for you :)

@johnflavin Thanks for the explanation. @mattnworb @johnflavin Do you think docker-client should just stick to the API or provide CLI functionality? I lean towards former to keep it more focused.

I can close this issue then if no one objects.

@hekonsek We've considered using [java 8 here](https://github.com/spotify/docker-client/issues/756), but we haven't decided yet. If we do, it'll require some bit of work.

Just curious. Is there something in the newer version you need?

@johnflavin We can close this as #707 was merged, right?

Ah I see. PRs are welcome then :)

@DmitriGekhtman thanks for creating this issue. > We should surface pod creation issues in a user-accessible way. One specific example of this is when a K8s ResourceQuota is exhausted. The...

@DmitriGekhtman, how about setting a `status.reason` on the RayCluster with the error message? I'm stubbing out a PR since I have time. ``` kubectl --context gke_kubeflow-platform_europe-west4-b_ml-compute-1 -n podampray get rayclusters...

Thanks, it's pretty small. Just the same change in many different files. Lmk if you have any questions.