fix: use cluster metrics-server instead of plugin metrics endpoints

This commit is contained in:
2026-07-12 15:54:27 +03:30
parent 077c472b9d
commit c5da6d9088
6 changed files with 13 additions and 115 deletions
@@ -57,8 +57,6 @@ spec:
- csi
- --config-file
- /etc/kloud-csi/driver.hcl
- --metrics-bind-address
- {{ .Values.metrics.csi.bindAddress | quote }}
env:
- name: KKS_CSI_SERVER_URL
value: {{ .Values.csi.serverURL | quote }}
@@ -157,8 +155,6 @@ spec:
command:
- /kks-provider
- lb-controller
- --metrics-bind-address
- {{ .Values.metrics.lbController.bindAddress | quote }}
env:
- name: KLOUD_LB_API_URL
value: {{ .Values.lb.serverURL | quote }}
@@ -181,8 +177,6 @@ spec:
command:
- /kks-provider
- lb-speaker
- --metrics-bind-address
- {{ .Values.metrics.lbSpeaker.bindAddress | quote }}
securityContext:
capabilities:
add:
-8
View File
@@ -90,11 +90,3 @@ podAnnotations: {}
nodeSelector: {}
affinity: {}
metrics:
csi:
bindAddress: ":10080"
lbController:
bindAddress: ":10081"
lbSpeaker:
bindAddress: ":10082"