Skip to content

Commit da29c4e

Browse files
authored
support TerwayQoS feature (#88)
Signed-off-by: l1b0k <[email protected]>
1 parent 902b51c commit da29c4e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

versions/v1.4.1/templates/koordlet.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ spec:
9393
mountPropagation: HostToContainer
9494
- mountPath: /metric-data/
9595
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 }}
96100
tolerations:
97101
- operator: Exists
98102
hostNetwork: true
@@ -158,3 +162,9 @@ spec:
158162
sizeLimit: 150Mi
159163
{{- end }}
160164
name: metric-db-path
165+
{{- if contains "TerwayQoS=true" .Values.koordlet.features }}
166+
- hostPath:
167+
path: /var/lib/terway/qos
168+
type: "DirectoryOrCreate"
169+
name: host-terway-qos
170+
{{- end }}

0 commit comments

Comments
 (0)