Skip to content

Commit 38a2c0c

Browse files
committed
cluster/manifests: disable loading routing table
Set the `source-poll-timeout` flag to the max int64 value to disable loading the routing table for the data client. The routing table loads by default whenever a data-client config is present. In this case, the config is only needed, so the filters get added to the registry for validation
1 parent a663566 commit 38a2c0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cluster/manifests/02-skipper-validation-webhook/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ spec:
102102
- "-kubernetes-path-mode=path-prefix"
103103
- "-enable-kubernetes-endpointslices={{ .Cluster.ConfigItems.skipper_endpointslices_enabled }}"
104104
- "-enable-advanced-validation={{ .Cluster.ConfigItems.enable_advanced_validation }}"
105+
- "-source-poll-timeout=9223372036854775807" # Disable loading routing table in dataclient
105106
- "-metrics-flavour=prometheus"
106107
- "-metrics-exp-decay-sample"
107108
- "-enable-prometheus-start-label={{ .Cluster.ConfigItems.skipper_prometheus_start_label_enabled }}"

0 commit comments

Comments
 (0)