Skip to content
Snippets Groups Projects
Commit b60a8972 authored by Brad Beam's avatar Brad Beam
Browse files

Explicitly create cni bin dir

If this path doesnt exist, it will cause kubelet to fail to start when
using rkt
parent c3c9e955
Branches
Tags
No related merge requests found
...@@ -7,6 +7,12 @@ ...@@ -7,6 +7,12 @@
- include: pre_upgrade.yml - include: pre_upgrade.yml
tags: kubelet tags: kubelet
- name: Ensure /var/lib/cni exists
file:
path: /var/lib/cni
state: directory
mode: 0755
- include: install.yml - include: install.yml
tags: kubelet tags: kubelet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment