Skip to content

Instantly share code, notes, and snippets.

@abacigalup-eb
Last active August 3, 2022 16:10
Show Gist options
  • Save abacigalup-eb/2a0e2007fb2d3aa44989f037611dd8ba to your computer and use it in GitHub Desktop.
Save abacigalup-eb/2a0e2007fb2d3aa44989f037611dd8ba to your computer and use it in GitHub Desktop.
merge all EB k8s configs into a single .kube/config
KUBECONFIG=$(find ~/eventbrite/{yak-configs,kubernetes-devenv/devenv}/.kube -type f | tr '\n' ':') kubectl config view --flatten > ~/.kube/config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment