Skip to content

Commit

Permalink
Remove unused mount (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
anjmao authored Dec 6, 2024
1 parent 94517a0 commit 58781c2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions charts/kvisor/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,6 @@ spec:
readOnly: true
- name: debugfs
mountPath: /sys/kernel/debug
- name: containerd-k8s-rootfs
mountPath: /run/containerd/io.containerd.runtime.v2.task/k8s.io
readOnly: true
- name: containerd-sock
mountPath: /run/containerd/containerd.sock
readOnly: true
Expand Down Expand Up @@ -176,10 +173,6 @@ spec:
path: /sys/fs/cgroup
- name: cgroup-mountdir
emptyDir: {}
- name: containerd-k8s-rootfs
hostPath:
path: /run/containerd/io.containerd.runtime.v2.task/k8s.io
type: Directory
- name: containerd-sock
hostPath:
path: /run/containerd/containerd.sock
Expand Down

0 comments on commit 58781c2

Please sign in to comment.