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
{{ message }}
This repository was archived by the owner on Dec 1, 2018. It is now read-only.
kubectl respects KUBECONFIG for its configuration file location. In addition to the obvious, it also supports multiple configuration files in this variable and merges them.
kubectl respects KUBECONFIG for its configuration file location. In addition to the obvious, it also supports multiple configuration files in this variable and merges them.
See https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/#the-kubeconfig-environment-variable for details
It would be great to have a simple API for creating a
KubeConfigobeying this convention. For example:which might be a building block of a future API like:
(which would look for
KUBECONFIGin the given environ dict and then fall back to$HOME/.kube/configif the var is not present)