We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7211788 commit b327c16Copy full SHA for b327c16
charts/cluster-api-runtime-extensions-nutanix/addons/cni/cilium/values-template.yaml
@@ -33,12 +33,10 @@ socketLB:
33
envoy:
34
image:
35
useDigest: false
36
+k8sServiceHost: auto
37
{{- with .ControlPlane }}
38
{{- range $key, $val := .metadata.annotations }}
39
{{- if eq $key "controlplane.cluster.x-k8s.io/skip-kube-proxy" }}
-# 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
42
kubeProxyReplacement: true
43
tunnelProtocol: geneve
44
loadBalancer:
0 commit comments