Chia-Yi Liang
Chia-Yi Liang
It was brought to my attention that the url is outdated.
Added queuing to test builds to prevent stockout. Test will run concurrently. Created separate cluster for jupyter+ray and rag. I switched the order of Jupyter and Ray test for race...
Add Filestore support to Jupyterhub solutions template. The decision was to have Filestore be a shared storage solution within Jupyterhub, meaning that all users will share a Filestore instance. Added...
We should have a pre-submit test that will check if the files have the correct licensing headers. We can look into reusing this script: https://github.com/kubernetes/kubernetes/tree/master/hack/boilerplate or something else.
Currently the resources per Jupyterhub Profile is ``` cpu: limit: .5 guarantee: .5 memory: limit: 1G guarantee: 1G ``` And it should be increased
On the doc: https://cloud.google.com/kubernetes-engine/docs/how-to/gpus#create-gpu-pool-auto-drivers It looks like this can be add ``` gpu_driver_installation_config { gpu_driver_version = var.gpu_driver_version } ``` To the `guest_accelerator` section of terraform so there isn't a need...
## Why are these changes needed? Followup for https://github.com/ray-project/kuberay/pull/2446 Status on ray-operator: Run: RayJob: ## Related issue number ## Checks - [ ] I've made sure the tests are passing....
## Why are these changes needed? To allow disabling zero downtime upgrade for a specific ray service ## Related issue number Part of https://github.com/ray-project/kuberay/issues/2397 ## Checks - [ ] I've...