Open
Description
It would be nice if isopod supported
a) assuming a default of $HOME/.kube/config
(I have to explicitly pass that as -kubeconfig=
, else I get Failed to build kube rest config for k8s vendor <onprem: {}>
)
b) reading the $KUBECONFIG environment variable
c) chaining several kube config files (e.g. define clusters/contexts in $HOME/.kube/config
, then select the current-context
in a project-local config file)