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
add option to set ingesters podManagementPolicy (#236)
* add option to set ingesters podManagementPolicy
Signed-off-by: Andre Ziviani <[email protected]>
* update changelog
Signed-off-by: Andre Ziviani <[email protected]>
* update readme
Signed-off-by: Andre Ziviani <[email protected]>
* add a warning about podmanagementpolicy
Signed-off-by: Andre Ziviani <[email protected]>
| ingester.​statefulSet.​podManagementPolicy | string |`"OrderedReady"`| see https://cortexmetrics.io/docs/guides/ingesters-scaling-up-and-down/#scaling-down and https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#pod-management-policies for scaledown details |
Copy file name to clipboardExpand all lines: values.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -507,6 +507,8 @@ ingester:
507
507
## This is useful when using WAL
508
508
##
509
509
enabled: false
510
+
# -- see https://cortexmetrics.io/docs/guides/ingesters-scaling-up-and-down/#scaling-down and https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#pod-management-policies for scaledown details
0 commit comments