File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 72
72
- name : host-pods
73
73
hostPath :
74
74
path : {{ .Values.nodeAgent.podVolumePath }}
75
+ - name : host-plugins
76
+ hostPath :
77
+ path : {{ .Values.nodeAgent.pluginVolumePath }}
75
78
{{- if .Values.nodeAgent.useScratchEmptyDir }}
76
79
- name : scratch
77
80
emptyDir : {}
@@ -120,6 +123,9 @@ spec:
120
123
- name : host-pods
121
124
mountPath : /host_pods
122
125
mountPropagation : HostToContainer
126
+ - name : host-plugins
127
+ mountPath : /var/lib/kubelet/plugins
128
+ mountPropagation : HostToContainer
123
129
{{- if .Values.nodeAgent.useScratchEmptyDir }}
124
130
- name : scratch
125
131
mountPath : /scratch
Original file line number Diff line number Diff line change @@ -536,6 +536,7 @@ deployNodeAgent: false
536
536
537
537
nodeAgent :
538
538
podVolumePath : /var/lib/kubelet/pods
539
+ pluginVolumePath : /var/lib/kubelet/plugins
539
540
# Pod priority class name to use for the node-agent daemonset. Optional.
540
541
priorityClassName : " "
541
542
# Resource requests/limits to specify for the node-agent daemonset deployment. Optional.
You can’t perform that action at this time.
0 commit comments