You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing that I think might be helpful, especially for people working with multiple clusters:
Add a --kubeconfig parameter to the CLI that accepts the name or path of a kubeconfig file to use. Most kubernetes-related tools have such a parameter, including kubectl.
The text was updated successfully, but these errors were encountered:
One thing that I think might be helpful, especially for people working with multiple clusters:
Add a --kubeconfig parameter to the CLI that accepts the name or path of a kubeconfig file to use. Most kubernetes-related tools have such a parameter, including kubectl.
Thanks for the request!
I am sure you know, albeit a bit tedious, the app looks for an environment variable OR the default kubeconfig, meaning you can specify the kubeconfig you want to use in the env variable to accomplish the same, but I get that its one extra step.
Thanks again for trying netfetch and contributing 🚀
Thanks for this nice tool.
One thing that I think might be helpful, especially for people working with multiple clusters:
Add a
--kubeconfig
parameter to the CLI that accepts the name or path of a kubeconfig file to use. Most kubernetes-related tools have such a parameter, includingkubectl
.The text was updated successfully, but these errors were encountered: