Jeff Billimek

Results 81 comments of Jeff Billimek

Did some experimentation with negative results (and many hours burned) One use-case is that I want is to do something like define `programs.git.userEmail` to a value held in secrets. and...

I don't think I needed to do anything special to get it running, but I do wonder if there is an issue with the default data/config directory not being owned...

Forgot to reference the spegel helm chart values [used](https://github.com/billimek/k8s-gitops/blob/master/kube-system/spegel/spegel.yaml#L26C1-L39C20): ```yaml spegel: containerdSock: /run/k3s/containerd/containerd.sock containerdRegistryConfigPath: /var/lib/rancher/k3s/agent/etc/containerd/certs.d containerdContentPath: /var/lib/rancher/k3s/agent/containerd/io.containerd.content.v1.content serviceMonitor: enabled: true grafanaDashboard: enabled: true resources: requests: cpu: 50m memory: 128Mi limits:...

Some more details, running spegel helm chart v0.30.0 in k3s, examining `/var/lib/rancher/k3s/agent/etc/containerd/certs.d`: ```shell [root@k3s-h:/var/lib/rancher/k3s/agent/etc/containerd/certs.d]# ll total 44 drwxr-xr-x 12 root root 4096 Oct 8 12:32 _backup drwxr-xr-x 2 root root...

Hi @phillebaba unfortunately I've seen migrated from k3s to talos and can't reproduce the issue there any longer.

Can you please bump the version of the chart as part of this PR? As there is a new feature I suggest incrementing the minor semver version number.

## EMQX Migration Options Research Summary ### Current Setup - **EMQX v5.8.8** deployed via operator (v2.2.29) - 2-replica cluster for HA - Consumers: Frigate, Teslamate, Zwave2mqtt - LoadBalancer on `10.0.6.50`...

I'm very much interested in this capability too as I explore migrating away from traditional ingress controller (ingress-nginx) to Gateway API and currently make use of tailscale operator to serve...

Interested in figuring this out, too. I attempted to [figure this out](https://github.com/billimek/dotfiles/issues/10#issuecomment-2854668087) in May but was unsuccessful. It seems, for home-manager at least, that there are issues at evaluation time...

This PR is being **superseded by #5119** which implements the same Kopia migration but maintains the **ResourceSet architecture** instead of using individual volsync files. ## Why the Change? Since this...