Caleb Lloyd
Caleb Lloyd
Here is another potential issue, these strings do not necessarily support the same suffixes GOMEMLIMIT - https://pkg.go.dev/runtime#hdr-Environment_Variables > The supported suffixes include B, KiB, MiB, GiB, and TiB Kubernetes -...
I think that it may be more appropriate to reference secrets, with a value in the format: ``` accounts: - name: user1 credentials: secret: name: user-creds key: user1.creds - name:...
The service type in the chart has to be a [headless service](https://kubernetes.io/docs/concepts/services-networking/service/#headless-services), it is a requirement of the Stateful Set. There are so many options for Services, WebSocket Ingresses, Service...
This was accomplished by the Startup Probe, right? Can we close?
Killing a partially-working service with the Liveness probe can be a double-edged sword. Let's take the Disk space filling up as an example: Pro: The pod will enter a Crash...
I wonder if this is from the `DbSize` call - I noticed that call was incorrect and bundled the fix into the version upgrade: https://github.com/k3s-io/kine/pull/137/files#diff-fefbd7dc68770cb2275bb6c283ace6fe949dc7bf28aeb56f9481a98598bd491aL896 I believe that `DbSize` currently...
In our real world use of the [BoxBoat Fork](https://github.com/boxboat/spire-tpm-plugin), we found that not all TPMs ship with an EK Certificate. If I recall correctly, some Intel TPMs return a URL...
> Public Key Allowlist https://github.com/boxboat/spire-tpm-plugin#hash-directory The authorized hashes are stored as empty files, where the filename is the authorized hash. The server plugin just calls `stat` on the filename to...
@MrSmoke what is the Round-Trip time from your client to your server (ping your MySql Host from wherever your client code resides)
How big is the speedup when you turn off connection reset? 2-4ms or is it higher? I'm wondering if what you're seeing is environment specific.