Fix the none driver with insecure serving.

There's a race condition where the kubelet starts up before this directory
gets created. If you create a HostPath volume without a trailing / on a path
that doesn't exist, it looks like something treats it as a file instead of a
directory.
pull/1824/head
dlorenc 2017-08-13 08:51:47 -07:00
parent fd89014209
commit 2bd9f94220
1 changed files with 1 additions and 1 deletions

View File

@ -46,5 +46,5 @@ spec:
path: /etc/kubernetes/
name: addons
- hostPath:
path: /var/lib/localkube
path: /var/lib/localkube/
name: kubeconfig