Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always create /var/lib/kubelet, even in bootstrap mode
Otherwise we end up with a circular dependency where we don't run the node-authorizer until /var/lib/kubelet has been bind-mounted, but it can't be bind-mounted until it exists. This bind-mounting happens on Google's ContainerOS, which is why it isn't always seen.
- Loading branch information