We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 902b51c commit da29c4eCopy full SHA for da29c4e
versions/v1.4.1/templates/koordlet.yaml
@@ -93,6 +93,10 @@ spec:
93
mountPropagation: HostToContainer
94
- mountPath: /metric-data/
95
name: metric-db-path
96
+{{- if contains "TerwayQoS=true" .Values.koordlet.features }}
97
+ - mountPath: /host-var-lib/terway/qos
98
+ name: host-terway-qos
99
+{{- end }}
100
tolerations:
101
- operator: Exists
102
hostNetwork: true
@@ -158,3 +162,9 @@ spec:
158
162
sizeLimit: 150Mi
159
163
{{- end }}
160
164
165
166
+ - hostPath:
167
+ path: /var/lib/terway/qos
168
+ type: "DirectoryOrCreate"
169
170
0 commit comments