mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-23 19:08:44 +00:00
Make Docker container dirs writable for pos file
This commit is contained in:
@@ -6,7 +6,6 @@ containers:
|
||||
volumeMounts:
|
||||
- name: containers
|
||||
mountPath: /var/lib/docker/containers
|
||||
readOnly: true
|
||||
- name: hosts
|
||||
mountPath: /outerhost
|
||||
readOnly: true
|
||||
|
@@ -6,7 +6,6 @@ containers:
|
||||
volumeMounts:
|
||||
- name: containers
|
||||
mountPath: /var/lib/docker/containers
|
||||
readOnly: true
|
||||
volumes:
|
||||
- name: containers
|
||||
source:
|
||||
|
Reference in New Issue
Block a user