Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions helm/cloud-provider-azure/templates/cloud-provider-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,15 @@ spec:
- "--use-service-account-credentials={{ .Values.cloudControllerManager.useServiceAccountCredentials }}"
{{- end }}
- "--v={{ .Values.cloudControllerManager.logVerbosity }}"
env:
{{- if .Values.k8sServiceHost }}
Comment on lines +305 to +306
- name: KUBERNETES_SERVICE_HOST
value: "{{ .Values.k8sServiceHost }}"
{{- end }}
{{- if .Values.k8sServicePort }}
Comment on lines +306 to +310
- name: KUBERNETES_SERVICE_PORT
value: "{{ .Values.k8sServicePort }}"
{{- end }}
resources:
requests:
cpu: {{ .Values.cloudControllerManager.containerResourceManagement.requestsCPU }}
Expand Down Expand Up @@ -489,6 +498,14 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
{{- if .Values.k8sServiceHost }}
- name: KUBERNETES_SERVICE_HOST
value: "{{ .Values.k8sServiceHost }}"
{{- end }}
{{- if .Values.k8sServicePort }}
- name: KUBERNETES_SERVICE_PORT
value: "{{ .Values.k8sServicePort }}"
{{- end }}
resources:
requests:
cpu: {{ .Values.cloudNodeManager.containerResourceManagement.requestsCPU }}
Expand Down Expand Up @@ -629,6 +646,14 @@ spec:
- name: WAIT_ROUTES
value: "--wait-routes={{ .Values.cloudNodeManager.waitRoutes }}"
{{- end }}
{{- if .Values.k8sServiceHost }}
- name: KUBERNETES_SERVICE_HOST
value: "{{ .Values.k8sServiceHost }}"
{{- end }}
{{- if .Values.k8sServicePort }}
- name: KUBERNETES_SERVICE_PORT
value: "{{ .Values.k8sServicePort }}"
{{- end }}
volumeMounts:
- mountPath: /var/lib/cpaw
name: kube-proxy
Expand Down
2 changes: 2 additions & 0 deletions helm/cloud-provider-azure/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,5 @@ cloudNodeManager:
targetPort: 10256
healthProbeProxyImage: "mcr.microsoft.com/oss/v2/kubernetes/azure-health-probe-proxy:v1.34.3"
healthProbeProxyImageWindows: "mcr.microsoft.com/oss/v2/kubernetes/azure-health-probe-proxy:v1.34.3"
k8sServiceHost: ""
k8sServicePort: ""
Comment on lines +86 to +87
Binary file modified helm/repo/cloud-provider-azure-1.35.3.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions helm/repo/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v1
entries:
cloud-provider-azure:
- apiVersion: v1
created: "2026-04-09T10:48:52.396077-06:00"
created: "2026-04-13T16:48:40.13907632+01:00"
description: A Helm chart for installing kubernetes-sigs/cloud-provider-azure
components
digest: 2e2ac558bdb0372f5ab1c4296507dda3b666761abbc92a4d5e3bfd438d80e5ef
digest: 79ff6148c6ca803b5d668fe35c99afbe0d79af4f6c14e71a9e9b8cc4e0488c3d
home: https://raw.githubusercontent.com/kubernetes-sigs/cloud-provider-azure/master/helm/cloud-provider-azure/README.md
keywords:
- cloud-provider-azure
Expand Down Expand Up @@ -967,4 +967,4 @@ entries:
urls:
- cloud-provider-azure-1.23.8.tgz
version: 1.23.8
generated: "2026-04-09T10:48:52.395501-06:00"
generated: "2026-04-13T16:48:40.138439878+01:00"
Loading