Stephan Austermühle
Stephan Austermühle
We're running the Docker Image of the validator badge. When trying to validate from an internal resource it takes 2+ minutes to get a response: ``` root@80b4f461309a:/validator# time curl http://localhost:8080/?url=http://my.host.domain:8041/my/path/swagger.json...
While the Helm S3 plugin is very helpful it seems to be available for online installation only (i.e., requires an Internet connection). We are going to use Helm on Internet...
My Kubernetes nodes have a dedicated network interface that shall be used for the Kubernetes Pod network traffic (eth1) while all other traffic go for eth0. Also, the default gateway...
Please, answer some short questions which should help us to understand your problem / question better? - **Which image of the operator are you using?** `registry.opensource.zalan.do/acid/postgres-operator:v1.6.3` - **Where do you...
Running the `postgres_exporter` with the current `queries.yaml` from this repo against a Postgres 11 raises parsing errors: ```text time="2021-01-28T17:10:31Z" level=info msg="Established new database connection to \"127.0.0.1:5432\"." source="postgres_exporter.go:898" time="2021-01-28T17:10:32Z" level=info msg="Established...
This PR allows enabling and customizing TCP keepalives to better cope with load balancers silently closing connections. Feedback is welcome. Fixes #270
PR #263 provides TCP connections to `renderd`. However, when there is a load balancer (or Kubernetes service backed by the Linux IPVS, in my case) between `render_list` and `renderd`, it...
The release notes for v1.3.1 state: > In v1.3.1 leader elections will be done entirely using the Lease API and no longer using configmaps. v1.3.0 is a safe transition version,...
**What happened**: We are using MetalLB’s capability to [share same external IP address](https://metallb.universe.tf/usage/#ip-address-sharing) with two or more Kubernetes services (through the `metallb.universe.tf/allow-shared-ip` annotation) and assign the same hostname through the...
**Description** `docker build` reports `no such file or directory` when running `docker build` on a ZFS. **Steps to reproduce the issue:** Execute `docker build` when `/var/lib/docker` is mounted on a...