Skip to content

Instantly share code, notes, and snippets.

View aaronkjones's full-sized avatar

Aaron Jones aaronkjones

View GitHub Profile
"""Set all repositories of a given GitHub organization name for a given user
to watching.
"""
import argparse
import json
import requests
def get_repos(url, repo_list=[], auth=None):
@aaronkjones
aaronkjones / k8s-pi.md
Last active June 11, 2020 08:08 — forked from alexellis/k8s-pi.md
K8s (v1.10.2) on Raspbian (April 2018)

Kubernetes on (vanilla) Raspbian Lite

Yes - you can create a Kubernetes cluster with Raspberry Pis with the default operating system called Raspbian. This means you can carry on using all the tools and packages you're used to with the officially-supported OS.

Pre-reqs:

  • You must use an RPi 2 or 3 for use with Kubernetes
  • I'm assuming you're using wired ethernet (Wi-Fi also works, but it's not recommended)