This repository has been archived on 2021-04-14. You can view files and clone it, but cannot push or open issues/pull-requests.
|
test -d $HOME/.kube || mkdir $HOME/.kube
|
|
test -f $HOME/.kube/config || touch $HOME/.kube/config
|
|
export KUBECONFIG=$HOME/.kube/config
|