Skip to content

Instantly share code, notes, and snippets.

View glitchcrab's full-sized avatar
💭
The longer everything goes according to plan, the bigger the impending disaster

Simon Weald glitchcrab

💭
The longer everything goes according to plan, the bigger the impending disaster
View GitHub Profile
@glitchcrab
glitchcrab / build-container.sh
Last active September 29, 2025 08:23
systemd-nspawn containers as KubeEdge edge nodes
#!/usr/bin/env bash
KUBEEDGE_VERSION="1.21.0"
CNI_PLUGINS_VERSION="1.7.1"
CRICTL_VERSION="1.32.0"
log_info() {
echo -e "\033[32m[INFO] $1 \033[0m"
}
@glitchcrab
glitchcrab / keybase.md
Created June 3, 2019 15:14
Keybase proof

Keybase proof

I hereby claim:

  • I am glitchcrab on github.
  • I am glitchcrab (https://keybase.io/glitchcrab) on keybase.
  • I have a public key ASCgeiiT5Ed7RQCuq-Q4DRHdPqF4UAHFpahfmHL1YRqiJwo

To claim this, I am signing this object:

@glitchcrab
glitchcrab / get_le_wildcard.yaml
Created August 7, 2018 20:11
Wildcard LE cert retrieval
---
- hosts: localhost
gather_facts: no
vars:
tmpdir: "/tmp/le/"
account_key: "le-account-key.pem"
keyname: "star-domain-com-key.pem"
csrname: "star-domain-com.csr"
certname: "star-domain-com.pem"