Skip to content

Commit

Permalink
add new ipHolderSuffix to helm chart values.yaml and ds template
Browse files Browse the repository at this point in the history
Signed-off-by: Ross Kirkpatrick <[email protected]>
  • Loading branch information
rosskirkpat committed Nov 19, 2024
1 parent 9a7f84a commit 8d0ea9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/chart/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ spec:
{{- if .Values.sharedIPLoadBalancing.bgpNodeSelector }}
- --bgp-node-selector={{ .Values.sharedIPLoadBalancing.bgpNodeSelector }}
{{- end }}
{{- if .Values.sharedIPLoadBalancing.ipHolderSuffix }}
- --ip-holder-suffix={{ .Values.sharedIPLoadBalancing.ipHolderSuffix }}
{{- end}}
- --load-balancer-type={{ required "A valid .Values.sharedIPLoadBalancing.loadBalancerType is required for shared IP load-balancing" .Values.sharedIPLoadBalancing.loadBalancerType }}
{{- end }}
volumeMounts:
Expand Down
1 change: 1 addition & 0 deletions deploy/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ tolerations:
# sharedIPLoadBalancing:
# loadBalancerType: cilium-bgp
# bgpNodeSelector: <node label (e.g. cilium-bgp-peering=true)>
# ipHolderSuffix: <cluster name or other identifier (e.g. myclustername1)>

# This section adds ability to enable route-controller for ccm
# routeController:
Expand Down

0 comments on commit 8d0ea9f

Please sign in to comment.