Make the /opt/cni mount rw

kubernetes daemon sets want to be able to drop plugin
payload into the /opt/cni/bin directory.

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2018-02-23 18:59:52 -08:00
parent 8ea79e755f
commit 4fd94187bc
3 changed files with 3 additions and 3 deletions

View file

@ -396,7 +396,7 @@
"options": [
"rbind",
"rprivate",
"ro",
"rw",
"mode=755"
],
"source": "${OPT_CNI}",

View file

@ -401,7 +401,7 @@
"options": [
"rbind",
"rprivate",
"ro",
"rw",
"mode=755"
],
"source": "${OPT_CNI}",

View file

@ -391,7 +391,7 @@
"options": [
"rbind",
"rprivate",
"ro",
"rw",
"mode=755"
],
"source": "${OPT_CNI}",