Skip to content

Instantly share code, notes, and snippets.

View langerma's full-sized avatar
🔥
Working from home

DataPoints langerma

🔥
Working from home
View GitHub Profile
@langerma
langerma / README.md
Created February 27, 2025 13:04 — forked from usrbinkat/README.md
TuringPi2 RK1 Build Journal

Turing Pi 2 + 4x RK1 32GB Kubevirt Cluster

In this gist we will attempt to capture the prominent steps in building an RK1 TPI2 Talos K8s Cluster for use with the github.com/ContainerCraft/Kargo kubevirt platform.

Info

If you try this and achieve success imaging your RK1 compute modules with the un-merged talos rk1 fork please report your success on this rfe issue: github.com/siderolabs/talos/issues/8187

Update Turing Pi 2 BMC Firmware

@langerma
langerma / haproxy-ingress.hcl
Created July 26, 2022 07:57 — forked from hynek/haproxy-ingress.hcl
nomad job for HAProxy ingress
job "ingress" {
region = "global"
datacenters = ["home"]
type = "service"
constraint {
attribute = "${meta.proxy_type}"
value = "internal"
}
@langerma
langerma / cluster-elasticsearch.hcl
Created February 3, 2021 14:34 — forked from leowmjw/cluster-elasticsearch.hcl
cluster-elasticsearch.hcl
job "search" {
datacenters = [
"dc1"
]
type = "service"
update {
stagger = "10s"
max_parallel = 1
}