mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Make Docker container dirs writable for pos file
This commit is contained in:
parent
b4c23f8253
commit
9fac9949b2
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user