Skip to content

Instantly share code, notes, and snippets.

@eth0xFEED
eth0xFEED / kind_run.sh
Created March 12, 2020 02:44
kind k8s ipvs
#!/bin/bash
# kind cluster conf
cat > kind_conf_88698.cluster << EOF
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
kubeadmConfigPatches:
- |
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
# see https://www.topbug.net/blog/2013/04/14/install-and-use-gnu-command-line-tools-in-mac-os-x/
# core
brew install coreutils
# key commands
brew install binutils
brew install diffutils
brew install ed
brew install findutils