Skip to content

Commit b18cf56

Browse files
authored
Merge pull request kubernetes#3404 from personio/fix-faq
Fix wrong default value for expendable-pods-priority-cutoff in FAQ
2 parents 730db3c + f534c5a commit b18cf56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster-autoscaler/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ The following startup parameters are supported for cluster autoscaler:
669669
| `node-autoprovisioning-enabled` | Should CA autoprovision node groups when needed | false
670670
| `max-autoprovisioned-node-group-count` | The maximum number of autoprovisioned groups in the cluster | 15
671671
| `unremovable-node-recheck-timeout` | The timeout before we check again a node that couldn't be removed before | 5 minutes
672-
| `expendable-pods-priority-cutoff` | Pods with priority below cutoff will be expendable. They can be killed without any consideration during scale down and they don't cause scale up. Pods with null priority (PodPriority disabled) are non expendable | 0
672+
| `expendable-pods-priority-cutoff` | Pods with priority below cutoff will be expendable. They can be killed without any consideration during scale down and they don't cause scale up. Pods with null priority (PodPriority disabled) are non expendable | -10
673673
| `regional` | Cluster is regional | false
674674
| `leader-elect` | Start a leader election client and gain leadership before executing the main loop.<br>Enable this when running replicated components for high availability | true
675675
| `leader-elect-lease-duration` | The duration that non-leader candidates will wait after observing a leadership<br>renewal until attempting to acquire leadership of a led but unrenewed leader slot.<br>This is effectively the maximum duration that a leader can be stopped before it is replaced by another candidate.<br>This is only applicable if leader election is enabled | 15 seconds

0 commit comments

Comments
 (0)