Have the /rootfs rw for containerized node e2e

pull/8/head
Jan Chaloupka 2018-06-19 22:28:05 +02:00
parent 3994829cb0
commit 0d4a5b4cbd
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ func (e *E2EServices) startKubelet() (*server, error) {
"-v", "/etc/localtime:/etc/localtime:ro",
"-v", "/etc/machine-id:/etc/machine-id:ro",
"-v", filepath.Dir(kubeconfigPath)+":/etc/kubernetes",
"-v", "/:/rootfs:ro,rslave",
"-v", "/:/rootfs:rw,rslave",
"-v", "/run:/run",
"-v", "/sys/fs/cgroup:/sys/fs/cgroup:rw",
"-v", "/sys:/sys:rw",