2928d6ac9c
## Issue Section: *Another workaround is to overwrite the existing `kubeconfig` for the "admin" user* Line: 173 `sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config` fails, since the directory `$HOME/.kube` doesn't exist. ## Fix `mkdir $HOME/.kube` added prior to `sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config`.