Skip to content

Commit

Permalink
Merge pull request openshift#500 from e0ne/dp-volumes
Browse files Browse the repository at this point in the history
Update device plugins volumes mounts
  • Loading branch information
bn222 committed Sep 7, 2023
2 parents 14c6765 + 6841873 commit b6b5f85
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions bindata/manifests/plugins/sriov-device-plugin.yaml
Expand Up @@ -58,7 +58,10 @@ spec:
memory: 50Mi
volumeMounts:
- name: devicesock
mountPath: /var/lib/kubelet/
mountPath: /var/lib/kubelet/device-plugins
readOnly: false
- name: plugins-registry
mountPath: /var/lib/kubelet/plugins_registry
readOnly: false
- name: config-volume
mountPath: /etc/pcidp/
Expand All @@ -68,7 +71,10 @@ spec:
volumes:
- name: devicesock
hostPath:
path: /var/lib/kubelet/
path: /var/lib/kubelet/device-plugins
- name: plugins-registry
hostPath:
path: /var/lib/kubelet/plugins_registry
- name: config-volume
configMap:
name: device-plugin-config
Expand Down

0 comments on commit b6b5f85

Please sign in to comment.