Skip to content

Commit dd6f11b

Browse files
authored
Merge branch 'kubernetes:master' into prefixed_extended_resources
2 parents 2b62a7d + da31dff commit dd6f11b

File tree

88 files changed

+3755
-4094
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+3755
-4094
lines changed

cluster-autoscaler/FAQ.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,14 +640,17 @@ When using this class, Cluster Autoscaler performs following actions:
640640
implementation of the AtomicIncreaseSize method. If the method is not implemented, the scale-up
641641
request will try to increase the node group atomically but doesn't guarantee atomicity.
642642

643-
* __Reservation from other ProvReqs (if scale up request succeeded)__: Reserves this capacity for the ProvisioningRequest for 10 minutes,
643+
* __Reservation from other ProvReqs (if scale up request succeeded)__: Reserves this capacity for the ProvisioningRequest for 10 minutes,
644644
preventing other ProvReqs from using it.
645645

646646
* __Condition Updates__:
647647
* Adds a Accepted=True condition when ProvReq is accepted by ClusterAutoscaler.
648648
* Adds a Provisioned=True condition to the ProvReq if the node group scale up request is successful.
649649
* Adds a BookingExpired=True condition when the 10-minute reservation period expires.
650650

651+
Note: make sure you setup --max-nodes-per-scaleup flag correctly. By default --max-nodes-per-scaleup=1000, so any scale up that
652+
require more than 1000 nodes will be rejected.
653+
651654
#### Example Usage
652655

653656
Deploy the first 2 resources, observe the request being Approved and Provisioned,

0 commit comments

Comments
 (0)