config path
This commit is contained in:
parent
34114720f8
commit
79fc3d8b72
1 changed files with 4 additions and 1 deletions
|
@ -39,8 +39,11 @@ echo "127.0.0.1 kubernetes" >> /etc/hosts
|
||||||
cat /etc/hosts
|
cat /etc/hosts
|
||||||
echo ----------------------------------
|
echo ----------------------------------
|
||||||
cat $HOME/.kube/config
|
cat $HOME/.kube/config
|
||||||
|
echo $KUBECONFIG
|
||||||
|
|
||||||
swapoff -a
|
export KUBECONFIG=$HOME/.kube/
|
||||||
|
|
||||||
|
#swapoff -a
|
||||||
|
|
||||||
docker ps -a
|
docker ps -a
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue