Thomas Jack Carroll

Results 5 issues of Thomas Jack Carroll

## Pull Request Description Changed `kubectl apply` to `kubectl create` commands to avoid kubernetes annotation limit. ## Related Issues Resolves: #743 **Important: Before submitting, please complete the description above and...

### 🚀 Feature Description and Motivation I figure having a terraform module which spins up a kubernetes cluster and then deploys the components will be useful for testing purposes. Willing...

## Pull Request Description Increasing the initial delay of the liveliness and readiness probes in the quickstart model definition from 120 seconds to 240 seconds. ## Related Issues Resolves: #772...

### 🐛 Describe the bug Probes for the sample found in [/samples/quickstart/model.yaml](https://github.com/vllm-project/aibrix/blob/main/samples/quickstart/model.yaml) restart the pod before the model can fully download. ### Steps to Reproduce 1. Deploy AIBrix Dependencies and...

## Pull Request Description - Added terraform modules to spin up AIBrix stack on GCP. - Separated into core GCP module and kubernetes module to promote reuse across clouds. The...