Kevin Postlethwait
Kevin Postlethwait
## Problem statement Currently requirements manager only works if the pipenv files are in the root directory. Logic should be added — similar to that in adviser — to create...
## Problem statement I don't know what to make of the PR opened by Kebechet advise manager, I want more information about why it picked specific packages. ## High-level Goals...
## Problem statement With the new feature which creates tags after a release PR is merged, some users may also want to automatically generate a release as well. ## High-level...
### Search before asking - [X] I had searched in the [issues](https://github.com/ray-project/kuberay/issues) and found no similar feature requirement. ### Description Pass the `kuberay` ServiceAccount token in request headers when submitting...
# What changes have been made The second part of this conditional is never being evaluated. Fixed to make sure len > 0 check happens before entering conditional
Currently when you have two nodes in a QuotaSubtree with the same name, such as: **tree.yaml** ```yaml apiVersion: ibm.com/v1 kind: QuotaSubtree metadata: name: context-root namespace: kube-system labels: tree: quota_context spec:...
# Issue link # What changes have been made I changed some of the huge function calls that were getting out of hand to take a reference to the cluster...
# Issue link # What changes have been made Use lookup table for status # Verification steps ## Checks - [ ] I've made sure the tests are passing. -...
# Issue link # What changes have been made adding support for custom accelerators # Verification steps ## Checks - [ ] I've made sure the tests are passing. -...
### Name of Feature or Improvement Auto generated documentation is built from source code function descriptions, we should include arg and return descriptions there so that anyone using the function...