Explicitly create cni bin dir

If this path doesnt exist, it will cause kubelet to fail to start when
using rkt
pull/1241/head
Brad Beam 2017-04-19 16:00:44 +00:00
parent c3c9e955e5
commit b60a897265
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@
- include: pre_upgrade.yml
tags: kubelet
- name: Ensure /var/lib/cni exists
file:
path: /var/lib/cni
state: directory
mode: 0755
- include: install.yml
tags: kubelet