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.
2 parents 720875f + eeaa840 commit 07aa48fCopy full SHA for 07aa48f
cluster/manifests/skipper/deployment.yaml
@@ -176,6 +176,9 @@ spec:
176
- "-kubernetes-default-lb-algorithm={{ .Cluster.ConfigItems.skipper_ingress_default_lb_algorithm }}"
177
- "-kubernetes-disable-catchall-routes={{ .Cluster.ConfigItems.skipper_ingress_disable_catchall_routes }}"
178
- "-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 }}
182
{{ end }}
183
- "-address=:9999"
184
- "-wait-first-route-load"
0 commit comments