This guide has moved to a GitHub repository to enable collaboration and community input via pull-requests.
https://github.com/alexellis/k8s-on-raspbian
Alex
This guide has moved to a GitHub repository to enable collaboration and community input via pull-requests.
https://github.com/alexellis/k8s-on-raspbian
Alex
This tutorial leverages the Google Cloud Platform to streamline provisioning of the compute infrastructure required to bootstrap a Kubernetes cluster from the ground up. Sign up for $300 in free credits.
Estimated cost to run this tutorial: $0.22 per hour ($5.39 per day).
| #!/bin/bash | |
| # stdin check | |
| if (( "$#" < 2 )); then | |
| echo "Usage: `basename $0` HOSTNAME MIN_PLAYLIST_LENGTH PLAYLIST [NEXT_ON_ERROR (y/N)]" | |
| exit 65 | |
| fi | |
| # variables | |
| host=$1 |
| @media (prefers-color-scheme: dark) { | |
| body { | |
| background-color: #444; | |
| color: #e4e4e4; | |
| } | |
| a { | |
| color: #e39777; | |
| } | |
| img { | |
| filter: grayscale(30%); |