Tom Plant

Results 124 comments of Tom Plant

Yeah, v2.5 is a new hardware revision. Overlays don't include kernel patches, but the docs have a guide for [customising the kernel](https://www.talos.dev/v1.7/advanced/customizing-the-kernel/). Then you can [use an overlay with the...

Work has centralised on @nberlee's [fork](https://github.com/nberlee/talos), pending #8065. I think the main focus is testing - it would be great if you can install and report any issues. I haven't...

I resolved this on Mayastor 2.4.0 (Talos 1.5.1) by disabling etcd persistence, but I'm not sure whether that'll break mayastor

@tiagolobocastro thanks, I saw some else's cluster using `persistence: false` but it seemed dangerous. the manifests I used are here: https://github.com/pl4nty/lab-infra/blob/main/kubernetes/cluster-1/system/mayastor/mayastor.yaml I used this Talos config to fix localpv write...

@onedr0p I have a working container, but I've only tested manager and rsync-tls: `ghcr.io/pl4nty/volsync:latest@sha256:badb717674f94ca32a04c94edec580ad2581922493b277c42eac2d5560c84ea7` restic, syncthing, and rclone shell out to `go build` though, so they should get `GOARCH=arm64` by...

a fair bit of reverse engineering, not much I can share publicly though

@iamasmith thanks for publishing the image, it's been stable for a few months now. I even implemented [DNS-SD](https://datatracker.ietf.org/doc/html/rfc6763) on the weekend - might PR if it's a good fit for...

@orazioedoardo this PR is intended to mitigate offline attacks like database exfiltration, where access to the running system and keystore is unavailable. That said, keystore access usually requires non-standard permissions...

@MrHamel from Jamie's comment: > temporary fallback option that will allow users to recover their message database using their legacy database encryption key if something goes wrong. This should help...

I can make a PR this weekend if approved - just want to make sure this feature doesn't clash with any planned changes to the config management architecture (#113).