website/content/en/docs
Tahmid Shakil 2928d6ac9c Fix troubleshooting instruction at troubleshooting-kubeadm.md (#15234)
## 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`.
2019-08-06 16:34:51 -07:00
..
concepts Update device plugin documentation + related pages (#14331) 2019-08-06 16:00:52 -07:00
contribute Update link to Docs SIG agenda document (#15703) 2019-08-06 11:43:56 -07:00
doc-contributor-tools Normalize case: Github -> GitHub (#13828) 2019-04-25 09:40:47 -07:00
getting-started-guides setup page replaces picking the right solutions (#14442) 2019-05-21 08:50:49 -07:00
home Make k8s.io/docs/home to support i18n (#12570) 2019-02-21 08:24:20 -08:00
reference Update device plugin documentation + related pages (#14331) 2019-08-06 16:00:52 -07:00
setup Fix troubleshooting instruction at troubleshooting-kubeadm.md (#15234) 2019-08-06 16:34:51 -07:00
tasks Reword & migrate static pod task page (#14831) 2019-08-06 16:22:49 -07:00
templates Convert site to Hugo (#8316) 2018-05-05 09:00:51 -07:00
tutorials Add Linux Foundation's K8s Online Training to Online Training List (#15608) 2019-08-02 07:43:53 -07:00
user-journeys/users Add “CNCF” to glossary (#14537) 2019-07-11 18:03:07 -07:00
_index.md Change Documentation and Home links in nav (#9914) 2018-08-20 08:33:42 -07:00
search.md Convert site to Hugo (#8316) 2018-05-05 09:00:51 -07:00
sitemap.md Fix typos: functionizing -> functionalizing (#10925) 2018-11-08 11:18:30 -08:00
test.md update kubectl "$" format (#13256) 2019-06-10 19:42:16 -07:00
update-user-guide-links.py Convert site to Hugo (#8316) 2018-05-05 09:00:51 -07:00