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 has been 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
KubeConfig
obeying this convention. For example:which might be a building block of a future API like:
(which would look for
KUBECONFIG
in the given environ dict and then fall back to$HOME/.kube/config
if the var is not present)The text was updated successfully, but these errors were encountered: