Skip to content

Commit b327c16

Browse files
committed
fix: revert moving k8sServiceHost
1 parent 7211788 commit b327c16

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,10 @@ socketLB:
3333
envoy:
3434
image:
3535
useDigest: false
36+
k8sServiceHost: auto
3637
{{- with .ControlPlane }}
3738
{{- range $key, $val := .metadata.annotations }}
3839
{{- if eq $key "controlplane.cluster.x-k8s.io/skip-kube-proxy" }}
39-
# Although its safe to set k8sServiceHost in all cases,
40-
# we're keeping it here to force a Cilium Pod rollout when enabling the kubeProxyReplacement feature.
41-
k8sServiceHost: auto
4240
kubeProxyReplacement: true
4341
tunnelProtocol: geneve
4442
loadBalancer:

0 commit comments

Comments
 (0)