Last active
August 3, 2022 16:10
-
-
Save abacigalup-eb/2a0e2007fb2d3aa44989f037611dd8ba to your computer and use it in GitHub Desktop.
merge all EB k8s configs into a single .kube/config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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