Merge pull request #4686 from xujunjie-cover/issue4685

kata-monitor: fix can't monitor /run/vc/sbs
This commit is contained in:
Peng Tao
2022-07-19 23:40:14 +08:00
committed by GitHub

View File

@@ -45,6 +45,9 @@ spec:
- name: containerdsocket
mountPath: /run/containerd/containerd.sock
readOnly: true
- name: sbs
mountPath: /run/vc/sbs/
readOnly: true
terminationGracePeriodSeconds: 30
volumes:
- name: containerdtask
@@ -53,3 +56,6 @@ spec:
- name: containerdsocket
hostPath:
path: /run/containerd/containerd.sock
- name: sbs
hostPath:
path: /run/vc/sbs/