Skip to content

Instantly share code, notes, and snippets.

View n2p5's full-sized avatar

Nathan Toups n2p5

View GitHub Profile
@usrbinkat
usrbinkat / README.md
Last active November 1, 2024 09:06
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

@tampajohn
tampajohn / main.go
Last active July 23, 2021 03:55
Smallest golang quine I can make... 116 bytes unformatted
package main
func main(){a:="\140";print(h,a,h,a)}
var h=`package main
func main(){a:="\140";print(h,a,h,a)}
var h=`