Merge pull request #1375 from mrunalp/cni_dir_rw_master
Make the /opt/cni mount rw
This commit is contained in:
commit
14bda8eddf
3 changed files with 3 additions and 3 deletions
|
@ -396,7 +396,7 @@
|
|||
"options": [
|
||||
"rbind",
|
||||
"rprivate",
|
||||
"ro",
|
||||
"rw",
|
||||
"mode=755"
|
||||
],
|
||||
"source": "${OPT_CNI}",
|
||||
|
|
|
@ -401,7 +401,7 @@
|
|||
"options": [
|
||||
"rbind",
|
||||
"rprivate",
|
||||
"ro",
|
||||
"rw",
|
||||
"mode=755"
|
||||
],
|
||||
"source": "${OPT_CNI}",
|
||||
|
|
|
@ -391,7 +391,7 @@
|
|||
"options": [
|
||||
"rbind",
|
||||
"rprivate",
|
||||
"ro",
|
||||
"rw",
|
||||
"mode=755"
|
||||
],
|
||||
"source": "${OPT_CNI}",
|
||||
|
|
Loading…
Reference in a new issue