igooch

Results 23 issues of igooch

We got feedback from user that it is not clear which endpoints call Vertex vs. which endpoints call a LLM on the GKE cluster, and how to switch between the...

We have gotten feedback from some users that there are too many dependencies to install. One option to reduce the number of dependencies needed is to deploy using Cloud Deploy...

**What happened?** When running `pytest -v` in a local virtualenv on the `test_main.py` files: - genai_api/src/test_main.py fails when running `pytest` because the OS environment variables are not in place. -...

**What happened**: Counters and Lists moved to Beta, so it's now on by default. If the scheduling type is set to `Distributed` it will execute the logic for CountersAndLists instead...

kind/bug

**What type of PR is this?** /kind documentation **What this PR does / Why we need it**: User documentation for how to perform an Agones in-place upgrade. **Which issue(s) this...

kind/documentation
size/S

Steps to upgrade Golang version: - [ ] Update `go.mod` and `go.sum`. At the root of the directory, run: - [ ] `find . -name 'go.mod' -not -path '*/\.*' -execdir...

kind/cleanup

**What type of PR is this?** /kind documentation **What this PR does / Why we need it**: Adds instructions necessary for adding and removing a field from a CRD, so...

kind/documentation
size/S

Currently the Guess the Sketch requires that each player come up with three prompts and three guesses. The game will flow better if there is only one prompt required, or...

**Is your feature request related to a problem? Please describe.** The current [Agones upgrading documentation](https://1-48-0.agones.dev/site/docs/installation/upgrading/) has the caveat: ``` Regardless of the type of installation, there will be a brief...

kind/feature

**What type of PR is this?** /kind feature **What this PR does / Why we need it**: Removing a game server from the allocation cache when using Counters and Lists...

kind/feature