mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Have the /rootfs rw for containerized node e2e
This commit is contained in:
parent
3994829cb0
commit
0d4a5b4cbd
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user