Justin Lex-Hammarskjöld

Results 23 comments of Justin Lex-Hammarskjöld

Enzyme 3.10.0 adds a new API that makes it easy to wrap shallow() and mount() with context. It works perfectly with snapshots as far as I can tell. Here's my...

I was struggling with this myself, as I use nixos-generators to generate fresh boot disks for my nodes, and I want my nodes to be able to autoupdate themselves without...

I think this is functionality missing from `helm_resource()`. Right now, the `port_forwards` argument on `helm_resource()` passes directly to `k8s_resource()`'s port_forwards argument underneath. See the PR that added the port forward...

I'm having the same 503 "connection timeout" issue with Gateway API and `enable-endpoint-routes: true` fixed it for me. I'm running Cilium 1.15.3 with native routing on IPv6-prioritized dual-stack. I have...

The issue seems to have come back for me now after doing some unrelated node restarts. I get `upstream connect error or disconnect/reset before headers. reset reason: connection timeout` from...

This is a really important feature for using certbot in "infrastructure as code" environments. Many container orchestration tools only support passing sensitive data as environment variables, requiring users to use...

@TheFrenchGhosty No problem! It definitely took me longer than that to understand why my production installation was failing when my test installation went so well 🥲 Devs, looking forward to...

I'm in the process of setting up Lemmy on my cluster. I'll share manifests when I'm done, and put together a helm chart/ cdk8s chart.

These are still a bit messy and not very portable, but here is a working example of Lemmy running in Kubernetes from my cluster: [https://github.com/JustinLex/jlh-h5b/tree/main/applications/lemmy](https://github.com/JustinLex/jlh-h5b/tree/main/applications/lemmy) These manifests assume that you...

I am now writing an installation guide here in my git repo on Codeberg. I'm hoping that Kubernetes could become an easier/more-scalable install option than Ansible or Docker for a...