Commit 0d4a5b4c authored by Jan Chaloupka's avatar Jan Chaloupka

Have the /rootfs rw for containerized node e2e

parent 3994829c
...@@ -205,7 +205,7 @@ func (e *E2EServices) startKubelet() (*server, error) { ...@@ -205,7 +205,7 @@ func (e *E2EServices) startKubelet() (*server, error) {
"-v", "/etc/localtime:/etc/localtime:ro", "-v", "/etc/localtime:/etc/localtime:ro",
"-v", "/etc/machine-id:/etc/machine-id:ro", "-v", "/etc/machine-id:/etc/machine-id:ro",
"-v", filepath.Dir(kubeconfigPath)+":/etc/kubernetes", "-v", filepath.Dir(kubeconfigPath)+":/etc/kubernetes",
"-v", "/:/rootfs:ro,rslave", "-v", "/:/rootfs:rw,rslave",
"-v", "/run:/run", "-v", "/run:/run",
"-v", "/sys/fs/cgroup:/sys/fs/cgroup:rw", "-v", "/sys/fs/cgroup:/sys/fs/cgroup:rw",
"-v", "/sys:/sys:rw", "-v", "/sys:/sys:rw",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment