Oskar

Results 15 issues of Oskar

### Expected behavior Jedis sends periodic no-op/keepalive commands to sentinel to keep connection alive when sentinel is behind a proxy. Similar behavior as using `setTestWhileIdle(true)` for the Redis connection pool,...

**Background** On every Terragrunt plan/apply, it will download the provider plugins over and over again (not sure if this is a bug in itself), consuming several hundred megabytes on every...

enhancement

> Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: sinoru/actions-setup-xcode@v2

Used this on a `mac1.metal` EC2 instance. ``` - name: Set up Xcode uses: sinoru/actions-setup-xcode@v2 with: xcode-version: 13.2.1 apple-id: ${{ inputs.apple_id_email }} apple-id-password: ${{ secrets.apple_id_password }} ``` Got this error...

**Is this a request for help?**: Yes --- **Is this a BUG REPORT or FEATURE REQUEST?** (choose one): Bug report **Version of Helm and Kubernetes**: ``` $ helm version version.BuildInfo{Version:"v3.14.3",...

### Suggestion Hi, I have a repository with a lot of Terraform modules and I tried to use the validate action from here but it doesn't recursively validate all folders,...

enhancement

After https://github.com/actions/checkout/pull/579 was merged and released with v3.6.0, the `fetch-tags` option was introduced and it's kind of a breaking change for projects that depend on reading tags from the git...

## Description Fixes #200 by adding support for [topology spread constraints](https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/) in the pod spec. ## TODOs Read the [Gruntwork contribution guidelines](https://gruntwork.notion.site/Gruntwork-Coding-Methodology-02fdcd6e4b004e818553684760bf691e). - [X] Update the docs. - [X] Run...

**Describe the solution you'd like** Support topology spread constraints for the deployment spec as it's a better way to spread out pods compared to configuring pod anti-affinity. > podAntiAffinity repels...

enhancement

### Preflight Checklist - [x] I could not find a solution in the documentation, the existing issues or discussions - [x] I have joined the [ZITADEL chat](https://zitadel.com/chat) ### Version 9.12.2...

bug