Skip to content

Commit

Permalink
support TerwayQoS feature (#88)
Browse files Browse the repository at this point in the history
Signed-off-by: l1b0k <[email protected]>
  • Loading branch information
l1b0k authored Jun 5, 2024
1 parent 902b51c commit da29c4e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions versions/v1.4.1/templates/koordlet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ spec:
mountPropagation: HostToContainer
- mountPath: /metric-data/
name: metric-db-path
{{- if contains "TerwayQoS=true" .Values.koordlet.features }}
- mountPath: /host-var-lib/terway/qos
name: host-terway-qos
{{- end }}
tolerations:
- operator: Exists
hostNetwork: true
Expand Down Expand Up @@ -158,3 +162,9 @@ spec:
sizeLimit: 150Mi
{{- end }}
name: metric-db-path
{{- if contains "TerwayQoS=true" .Values.koordlet.features }}
- hostPath:
path: /var/lib/terway/qos
type: "DirectoryOrCreate"
name: host-terway-qos
{{- end }}

0 comments on commit da29c4e

Please sign in to comment.