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
parent
fd89014209
commit
2bd9f94220
|
@ -46,5 +46,5 @@ spec:
|
|||
path: /etc/kubernetes/
|
||||
name: addons
|
||||
- hostPath:
|
||||
path: /var/lib/localkube
|
||||
path: /var/lib/localkube/
|
||||
name: kubeconfig
|
||||
|
|
Loading…
Reference in New Issue