Skip to content
Snippets Groups Projects
Commit 9f4f1688 authored by Matthew Mosesohn's avatar Matthew Mosesohn Committed by GitHub
Browse files

Merge pull request #1241 from bradbeam/rktcnidir

Explicitly create cni bin dir
parents 82e133b3 b60a8972
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment