I hereby claim:
- I am tiborv on github.
- I am tiborv (https://keybase.io/tiborv) on keybase.
- I have a public key whose fingerprint is 0BB3 9A0E B6DE D82C 6293 E9B1 CE02 24FF F56F C133
To claim this, I am signing this object:
curl -sL https://gist.githubusercontent.com/tiborv/eeff3d93dd74a394cba50fff095ea02a/raw/k8s-rpi-setup | sudo sh |
#!/bin/sh | |
curl -sSL get.docker.com | sh && \ | |
sudo usermod pi -aG docker | |
sudo dphys-swapfile swapoff && \ | |
sudo dphys-swapfile uninstall && \ | |
sudo update-rc.d dphys-swapfile remove | |
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add - && \ | |
echo "deb http://apt.kubernetes.io/ kubernetes-xenial main" | sudo tee /etc/apt/sources.list.d/kubernetes.list && \ |
I hereby claim:
To claim this, I am signing this object: