You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: production/ksonnet/loki/querier.libsonnet
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ local k = import 'ksonnet-util/kausal.libsonnet';
29
29
local topologySpreadConstraints = k.core.v1.topologySpreadConstraint,
30
30
31
31
querier_deployment:if !$._config.stateful_queriers then
32
+
assert !($._config.querier.no_schedule_constraints && $._config.querier.use_topology_spread) : 'Must configure either no_schedule_constraints or TopologySpreadConstraints, but not both';
0 commit comments