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: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,6 @@ In some cases, an application can be unhealthy even if all its pods are running.
162
162
163
163
You can select Pods and/or PVCs.
164
164
165
-
166
165
##### PVC selector
167
166
168
167
The main reason of using a PVC selector is to ensure that node that contains data don't enter maintenance
@@ -182,6 +181,11 @@ The hook will be called with a POST method containing the JSON encoded NodeDisru
182
181
183
182
Note: It is not a replacement for readiness probes but a complement.
184
183
184
+
##### Freeze
185
+
186
+
Budgets support freezing disruptions. By setting `spec.Freeze.Enabled`, the budget will reject all disruptions and give the reason specified in `spec.Freeze.Reason`.
187
+
It is equivalent to setting 0 as the max disruptions but it provide better messages.
0 commit comments