Merge pull request #1375 from mrunalp/cni_dir_rw_master

Make the /opt/cni mount rw
This commit is contained in:
Daniel J Walsh 2018-02-28 14:03:00 -08:00 committed by GitHub
commit 14bda8eddf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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}",