Skip to content

Instantly share code, notes, and snippets.

View bowei's full-sized avatar

Bowei Du bowei

  • Google
  • Mountain View
View GitHub Profile
@aojea
aojea / README.md
Last active March 18, 2024 05:54

checkout cilium repo and run it in kind

git clone https://github.com/cilium/cilium.git
cd cilium
REPO_ROOT=$PWD
KUBEPROXY_MODE="none" make kind
make kind-image
make kind-install-cilium