mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-01 00:46:38 +00:00
Merge pull request #4686 from xujunjie-cover/issue4685
kata-monitor: fix can't monitor /run/vc/sbs
This commit is contained in:
@@ -45,6 +45,9 @@ spec:
|
|||||||
- name: containerdsocket
|
- name: containerdsocket
|
||||||
mountPath: /run/containerd/containerd.sock
|
mountPath: /run/containerd/containerd.sock
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
- name: sbs
|
||||||
|
mountPath: /run/vc/sbs/
|
||||||
|
readOnly: true
|
||||||
terminationGracePeriodSeconds: 30
|
terminationGracePeriodSeconds: 30
|
||||||
volumes:
|
volumes:
|
||||||
- name: containerdtask
|
- name: containerdtask
|
||||||
@@ -53,3 +56,6 @@ spec:
|
|||||||
- name: containerdsocket
|
- name: containerdsocket
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /run/containerd/containerd.sock
|
path: /run/containerd/containerd.sock
|
||||||
|
- name: sbs
|
||||||
|
hostPath:
|
||||||
|
path: /run/vc/sbs/
|
||||||
|
Reference in New Issue
Block a user