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
fs.BoolVar(&s.IsInferencePreemptible, "inference-preemptible", false, "Consider Inference workloads as preemptible")
121
120
fs.IntVar(&s.MaxNumberConsolidationPreemptees, "max-consolidation-preemptees", defaultMaxConsolidationPreemptees, "Maximum number of consolidation preemptees. Defaults to 16")
122
121
fs.IntVar(&s.QPS, "qps", 50, "Queries per second to the K8s API server")
123
122
fs.IntVar(&s.Burst, "burst", 300, "Burst to the K8s API server")
0 commit comments