Joe Taylor

Results 15 issues of Joe Taylor

When deploying with Kubernetes, a means of checking the health of the Zookeeper container is advisable. This can be achieved (to an extent) with a TCP socket probe, but this...

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

This PR: - Dockerizes the knowledge_repo application, using an image based on the current Travis build environment - Updates the Travis build/test script to use the dockerized application - Adds...

The following configuration variables appear in the chart templates but do not appear to be documented or appear in values.yaml: ``` avroSchemas bootstrapServers clusterName logLevel passwordKey restPort secretsRef schemaRegistryURL ```...

This is a draft for feedback, and follows on from this discussion earlier in the year: https://github.com/fastapi-users/fastapi-users/discussions/350 I've made a first attempt here at implementing refresh tokens and the "freshness...

**Describe the feature request** When self-hosting Budibase, it would be very helpful to be able to configure the OpenID Connect settings via environment variables, and to be able to set...

enhancement

### Terraform Core Version 1.5.4 ### Terraform Vault Provider Version 3.20.0 ### Vault Server Version 1.14.0 ### Affected Resource(s) * resource vault_auth_backend * resource vault_mount * (potentially all other resources...

bug

## Summary & Motivation Resolves https://github.com/dagster-io/dagster/issues/15023. Specifically, in [Customizing your Kubernetes Deployment](https://docs.dagster.io/deployment/guides/kubernetes/customizing-your-deployment), the following example is given: > If you use a secrets manager like [Vault](https://www.hashicorp.com/products/vault/kubernetes), it may be convenient...

deployment: k8s

A common pattern in high availability applications is to set anti-affinity rules so that all the pods of an application run on different nodes: see https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#never-co-located-in-the-same-node Currently the autoscaler does...

At present, if the user supplies either the `--spare-agents` or `--over-provision` parameters, the autoscaler does not provision the requested nodes unless there is at least one pending pod. This is...