-
-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to switch between kubeconfigs #83
Comments
Maybe you could help out and add support for it? |
Not sure if my knowledge is wide enough to create support for this... |
There is a Gather all your different Kube-conf files in a folder. And export these files separated by a colon. Also, you can add to your ~/.bash_profile file. export KUBECONFIG=/home/user/.kube/config1:/home/user/.kube/config2:/home/user/.kube/config3 To get context names: Then just use kubetail with kubetail some-pod-name -t cluster1 -n prod -s 10m For more instruction on using several context: |
I used a symbolic link to select a specific config: |
Seems like there is no option to choose different kubeconfig, which can be useful when working with multiple clusters in different kubeconfigs
The text was updated successfully, but these errors were encountered: