Skip to content

Commit 09a01d2

Browse files
committed
fix: set kuberentes_host and port explicitly in cilium config
1 parent ab9e9ab commit 09a01d2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

charts/cluster-api-runtime-extensions-nutanix/addons/cni/cilium/values-template.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,11 @@ socketLB:
3939
envoy:
4040
image:
4141
useDigest: false
42-
4342
{{- if .EnableKubeProxyReplacement }}
4443
kubeProxyReplacement: true
4544
{{- end }}
46-
47-
{{- if eq $capiProvider "eks" }}
4845
k8sServiceHost: "{{ trimPrefix .Cluster.Spec.ControlPlaneEndpoint.Host "https://" }}"
4946
k8sServicePort: "{{ .Cluster.Spec.ControlPlaneEndpoint.Port }}"
50-
{{- else }}
51-
k8sServiceHost: auto
52-
{{- end }}
53-
5447
{{- if eq $capiProvider "eks" }}
5548
enableIPv4Masquerade: false
5649
eni:

0 commit comments

Comments
 (0)