John McBride

Results 143 issues of John McBride

The Ollama project is an agnostic runtime for LLMs that runs models in containers: https://github.com/ollama/ollama this can be run locally or within a cloud environment. I'd love to use `gptscript`,...

There appears to be a new event type, the `SponsorshipEvent` as defined by the GitHub docs: https://docs.github.com/en/rest/overview/github-event-types?apiVersion=2022-11-28#sponsorshipevent This doesn't seem to be implemented: ``` undefined: github.SponsorshipEvent ``` and I don't...

### What feature/behavior/change do you want? It'd be great if there was a label or resource of some kind that declared what version of `eksctl` the cluster was created with....

kind/feature
awaiting more information
priority/important-longterm

There are failures with the weclome job: https://github.com/open-sauced/its-pizza-time/actions/runs/7010067694/job/19069791143?pr=20#step:3:12 --- https://github.com/open-sauced/hot/blob/f478a01e3c14eeecd78437e22c72a3096e9fba0f/.github/workflows/compliance.yml#L56-L68 This action is used throughout many of our compliance workflows. This is failing for some reason in the upstream action:...

### Frequency of polled updates Currently, polling for a new update seem to be every 10 seconds: https://github.com/bottlerocket-os/bottlerocket-update-operator/blob/c2e9504d7671c263ecdf7ea59fea69609b92e15e/agent/src/apiclient.rs#L123-L128 It would be great if there was an brupop setting that made...

In the following GitHub workflow for CI builds: https://github.com/bottlerocket-os/bottlerocket-update-operator/blob/047357262b02b462007451922844fb604c1566d4/.github/workflows/ci.yml#L30 we are consuming the newest version of rust "locally" which pulls down dependencies that get fed into the docker container that...

**Issue or Feature Request:** We should document how to do a rollback via Brupop. In a scenario where someone wants to rollback an update that has been made automatically, there...

## Background Bottlerocket provides a way to set the `settings.updates.metadata-base-url` and `settings.updates.targets-base-url`. By default, these both point to `updates.bottlerocket.aws`. This URL is the public TUF repository which contains metadata for...

![](https://media.giphy.com/media/70Q7SmSAHaBB21xGjC/giphy.gif)

source

Ollama supports a "health" endpoint at the root of the running server: ``` ❯ curl localhost:11434 -vvv * Trying 127.0.0.1:11434... * Connected to localhost (127.0.0.1) port 11434 (#0) > GET...