Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions templates/virtualization-dra/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,6 @@ spec:
metadata:
description: |
Allow read-write access to /var/run hostPath volume.
- path: /sys
readOnly: false
metadata:
description: |
Allow read-write access to /sys hostPath volume.
{{- end }}

---
Expand Down Expand Up @@ -216,8 +211,6 @@ spec:
mountPath: /var/lib/kubelet/plugins_registry
- name: plugins
mountPath: /var/lib/kubelet/plugins
- name: sys
mountPath: /sys
- name: var-run
mountPath: /var/run
volumes:
Expand All @@ -232,9 +225,6 @@ spec:
- name: plugins
hostPath:
path: /var/lib/kubelet/plugins
- name: sys
hostPath:
path: /sys
- name: var-run
hostPath:
path: /var/run
Expand Down
Loading