Skip to content

Instantly share code, notes, and snippets.

@iameli
Last active August 8, 2017 02:45
Show Gist options
  • Select an option

  • Save iameli/8efe902284db2bbf8d3d3327ed0a52cb to your computer and use it in GitHub Desktop.

Select an option

Save iameli/8efe902284db2bbf8d3d3327ed0a52cb to your computer and use it in GitHub Desktop.
Attempting to get kubeadm run on Docker for Mac
apk add socat ethtool ebtables iproute2 libc6-compat
ln -s /lib /lib64
curl -Lo /usr/bin/kubelet https://storage.googleapis.com/kubernetes-release/release/v1.7.3/bin/linux/amd64/kubelet
curl -Lo /usr/bin/kubeadm https://storage.googleapis.com/kubernetes-release/release/v1.7.3/bin/linux/amd64/kubeadm
curl -Lo /usr/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.7.3/bin/linux/amd64/kubectl
chmod 755 /usr/bin/kube*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment