Merge "Restrict the SRIOV device plugin mount path"

This commit is contained in:
Zuul 2023-03-01 21:12:41 +00:00 committed by Gerrit Code Review
commit 708a1d5c43
3 changed files with 6 additions and 6 deletions

View File

@ -83,7 +83,7 @@ spec:
memory: "200Mi"
volumeMounts:
- name: devicesock
mountPath: /var/lib/kubelet/
mountPath: /var/lib/kubelet/device-plugins/
readOnly: false
- name: log
mountPath: /var/log
@ -95,7 +95,7 @@ spec:
volumes:
- name: devicesock
hostPath:
path: /var/lib/kubelet/
path: /var/lib/kubelet/device-plugins/
- name: log
hostPath:
path: /var/log

View File

@ -83,7 +83,7 @@ spec:
memory: "200Mi"
volumeMounts:
- name: devicesock
mountPath: /var/lib/kubelet/
mountPath: /var/lib/kubelet/device-plugins/
readOnly: false
- name: log
mountPath: /var/log
@ -95,7 +95,7 @@ spec:
volumes:
- name: devicesock
hostPath:
path: /var/lib/kubelet/
path: /var/lib/kubelet/device-plugins/
- name: log
hostPath:
path: /var/log

View File

@ -85,7 +85,7 @@ spec:
memory: "200Mi"
volumeMounts:
- name: devicesock
mountPath: /var/lib/kubelet/
mountPath: /var/lib/kubelet/device-plugins/
readOnly: false
- name: log
mountPath: /var/log
@ -97,7 +97,7 @@ spec:
volumes:
- name: devicesock
hostPath:
path: /var/lib/kubelet/
path: /var/lib/kubelet/device-plugins/
- name: log
hostPath:
path: /var/log