Skip to content

Commit c736504

Browse files
committed
fix: Remove kubernetes-healthcheck flag
We should have k8s healthchecks in routesrv to pass e2e load tests. Tests are started with the tip of the dev branch and later the new configuration is applied. There is a timespan when old ingress pods consume routes from the new routesev. If healthcheck is false they will have no healthz endpoint for some time. Signed-off-by: Aleksandr Ponimaskin <[email protected]>
1 parent 74b4548 commit c736504

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cluster/manifests/skipper/deployment.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ spec:
171171
{{ else }}
172172
- "-kubernetes"
173173
- "-kubernetes-in-cluster"
174-
- "-kubernetes-healthcheck=false" # see -inline-routes
175174
- "-kubernetes-path-mode=path-prefix"
176175
- "-kubernetes-backend-traffic-algorithm={{ .Cluster.ConfigItems.skipper_ingress_backend_traffic_algorithm }}"
177176
- "-kubernetes-default-lb-algorithm={{ .Cluster.ConfigItems.skipper_ingress_default_lb_algorithm }}"

0 commit comments

Comments
 (0)