diff --git a/docs/how-to/data/kata-monitor-daemonset.yml b/docs/how-to/data/kata-monitor-daemonset.yml index 63443829c7..a7b3c947f0 100644 --- a/docs/how-to/data/kata-monitor-daemonset.yml +++ b/docs/how-to/data/kata-monitor-daemonset.yml @@ -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/