pathcl

Results 28 comments of pathcl

> That should bring up up and running with a fully functional GARM on k8s + operator. I usually run it as stand-alone, but I did manage to get it...

> you can also edit the existing config map: > > ```shell > kubectl -n garm-server edit configmap garm-configuration > ``` > > and add it. Then remove the failing...

> also, to get webhooks from GitHub, you'll most likely need an ingress controller and a cluster IP set on the GARM server. Then you'll need to add your webhook...

> GARM only spins up ephemeral runners. No persistent runners. in any case those runners spawn didn't run anything. Log: ``` An error occurred: Not configured. Run config.(sh/cmd) to configure...

> @pathcl you will most likely need to apply this patch as well: > > [mercedes-benz/garm-provider-k8s#52](https://github.com/mercedes-benz/garm-provider-k8s/pull/52) > > to build: > > ```shell > cd garm-provider-k8s/runner/upstream > docker build -t...

> FYI, until you set up the webhook endpoint, GARM won't be able to autoscale. You'll still get some cleanup/min-idle-runners. But it will be only when GARM consolidates instead of...

> FYI, until you set up the webhook endpoint, GARM won't be able to autoscale. You'll still get some cleanup/min-idle-runners. But it will be only when GARM consolidates instead of...

> ### Is your feature request related to a problem? Please describe > > _No response_ > ### Describe the solution you'd like > > Many products let users subscribe...

> howdy! > > easiest is probably either local python to get started or docker. > > (if you press the open in codespaces button on the readme it will...

btw I'm following this: https://github.com/andrewm4894/anomstack/tree/main/metrics/examples/python/python_ingest_simple but I see more jobs in the dagster ui: ``` python_ingest_simple_alerts python_ingest_simple_change python_ingest_simple_delete python_ingest_simple_ingest python_ingest_simple_llmalert_job python_ingest_simple_plot_job python_ingest_simple_score python_ingest_simple_train ``` - are all of them needed...