Files
kubernetes-the-hard-way/docs
Chris Bargmann 36093e2863 Create directory at /var/lib/kubernetes/ before moving config
First of all thanks for the great tutorial!

When I did the tutorial, I noticed that the folder `/var/lib/kubernetes/` is missing when moving the kubernetes-controller config. I added the `mkdir` statement to the docs.

```
{
  + sudo mkdir -p /var/lib/kubernetes/
  sudo mv kube-controller-manager.kubeconfig /var/lib/kubernetes/
}
```

Cheers!
2018-06-07 15:35:50 +02:00
..
2017-08-31 07:17:23 -07:00