Skip to content

Instantly share code, notes, and snippets.

View Starbix's full-sized avatar
🚲

Cédric Laubacher Starbix

🚲
View GitHub Profile
sudo pacman -Syu yay ethtool ebtables conntrack-tools docker socat base-devel nfs-utils
yay kubeadm-bin
#yay kubectl
sudo usermod -aG docker odroid
sudo systemctl enable docker
sudo systemctl start docker
sudo systemctl enable kubelet
#!/usr/bin/env python3
"""Downloads the binaries of the three latest minor releases for kube{let,adm,ctl}, crictl and cni plugins"""
import re
import os
import tarfile
import requests
K8S_MAJOR_VERSION = 1
K8S_BINARIES = ['kubeadm', 'kubectl', 'kubelet']
@Starbix
Starbix / keybase.md
Last active December 21, 2019 13:53

Keybase proof

I hereby claim:

  • I am Starbix on github.
  • I am starbix (https://keybase.io/starbix) on keybase.
  • I have a public key whose fingerprint is 8E18 7008 6E82 D307 EFDB 5FA4 3BCC 42B8 F9C2 AC7D

To claim this, I am signing this object:

@Starbix
Starbix / amp.patch
Last active February 22, 2018 17:53
--- a/abstract.py
+++ b/abstract.py
@@ -37,12 +37,6 @@
(manager_type, parent_command)
)
return False
- if int(launcher_ppid) not in (0, 1):
- context.log.debug(
- 'master process for %s is being skipped because its launcher (%s$
- (manager_type, parent_command)