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
..
images Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
01-prerequisites.md Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
02-client-tools.md Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
03-compute-resources.md Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
04-certificate-authority.md Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
05-kubernetes-configuration-files.md Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
06-data-encryption-keys.md update docs 2017-08-31 07:17:23 -07:00
07-bootstrapping-etcd.md Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
08-bootstrapping-kubernetes-controllers.md Create directory at /var/lib/kubernetes/ before moving config 2018-06-07 15:35:50 +02:00
09-bootstrapping-kubernetes-workers.md Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
10-configuring-kubectl.md Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
11-pod-network-routes.md update to kubernetes 1.9 2017-12-18 06:53:32 -08:00
12-dns-addon.md Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
13-smoke-test.md Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
14-cleanup.md Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00