Skip to content

Commit 8d0ea9f

Browse files
committed
add new ipHolderSuffix to helm chart values.yaml and ds template
Signed-off-by: Ross Kirkpatrick <[email protected]>
1 parent 9a7f84a commit 8d0ea9f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

deploy/chart/templates/daemonset.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ spec:
6060
{{- if .Values.sharedIPLoadBalancing.bgpNodeSelector }}
6161
- --bgp-node-selector={{ .Values.sharedIPLoadBalancing.bgpNodeSelector }}
6262
{{- end }}
63+
{{- if .Values.sharedIPLoadBalancing.ipHolderSuffix }}
64+
- --ip-holder-suffix={{ .Values.sharedIPLoadBalancing.ipHolderSuffix }}
65+
{{- end}}
6366
- --load-balancer-type={{ required "A valid .Values.sharedIPLoadBalancing.loadBalancerType is required for shared IP load-balancing" .Values.sharedIPLoadBalancing.loadBalancerType }}
6467
{{- end }}
6568
volumeMounts:

deploy/chart/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ tolerations:
4848
# sharedIPLoadBalancing:
4949
# loadBalancerType: cilium-bgp
5050
# bgpNodeSelector: <node label (e.g. cilium-bgp-peering=true)>
51+
# ipHolderSuffix: <cluster name or other identifier (e.g. myclustername1)>
5152

5253
# This section adds ability to enable route-controller for ccm
5354
# routeController:

0 commit comments

Comments
 (0)