Skip to content

Commit eeaa840

Browse files
committed
skipper: whitelist IPv6 CIDR
Currently we only whitelist IPv6 with RouteSRV running in front of skipper. If we disable RouteSRV healthchecks will fail. Signed-off-by: Mustafa Abdelrahman <[email protected]>
1 parent 18cb6e0 commit eeaa840

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cluster/manifests/skipper/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ spec:
176176
- "-kubernetes-default-lb-algorithm={{ .Cluster.ConfigItems.skipper_ingress_default_lb_algorithm }}"
177177
- "-kubernetes-disable-catchall-routes={{ .Cluster.ConfigItems.skipper_ingress_disable_catchall_routes }}"
178178
- "-enable-kubernetes-endpointslices={{ .Cluster.ConfigItems.skipper_endpointslices_enabled }}"
179+
{{ if and (eq .Cluster.Provider "zalando-eks") (eq .Cluster.ConfigItems.eks_ip_family "ipv6")}}
180+
- "-whitelisted-healthcheck-cidr={{ .Values.subnet_ipv6_cidrs }}"
181+
{{ end }}
179182
{{ end }}
180183
- "-address=:9999"
181184
- "-wait-first-route-load"

0 commit comments

Comments
 (0)