Skip to content

Instantly share code, notes, and snippets.

View dduportal's full-sized avatar

Damien Duportal dduportal

View GitHub Profile
@dduportal
dduportal / README.md
Last active September 24, 2021 01:35
Kubernetes on Raspberry Pis

Kubernetes 1.13 on Raspberry Pis

This tutoriel is HEAVILY inspired by https://gist.github.com/alexellis/fdbc90de7691a1b9edb545c17da2d975, but adapted (docker/kubernetes versions + custom scripts + a hacky "background script" to tune the timeout of Kubeadm)

Requirements

  • Hypriot 1.9.x (1.10 not tested yet because rc)
  • Kernel >= 4.14.54
  • Raspberry Pis

Keybase proof

I hereby claim:

  • I am dduportal on github.
  • I am dduportal (https://keybase.io/dduportal) on keybase.
  • I have a public key ASDpfUh-lG88MGJvbsk6tpikZ_po_EoR9oEyugcWYgq3CQo

To claim this, I am signing this object:

@dduportal
dduportal / start-pi-lab-net.sh
Last active November 29, 2018 21:15
Pi3: Sharing WiFi connexion to a bridge (eth + wifi)
#!/bin/bash
set -e
set -u
set -x
WIFI_INTERFACE=wlan0
VIRT_WIFI_INTERFACE=wlan1
BRIDGE_INTERFACE=br0
ETH_INTERFACE=eth0