Skip to content

Commit

Permalink
update: Fix test explaining resources in cluster over-provisioning se…
Browse files Browse the repository at this point in the history
…ction (#898)

Co-authored-by: Niall Thomson <thomson.niall@gmail.com>
  • Loading branch information
parth-pandit and niallthomson committed Apr 27, 2024
1 parent f17297c commit 6cabc10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Pause pods make sure there are enough nodes that are available based on how much
manifests/modules/autoscaling/compute/overprovisioning/setup/deployment-pause.yaml
```

In this case we're going to schedule a single pause pod requesting `7Gi` of memory, which means it will consume almost an entire `m5.large` instance. This will result in us always having 2 "spare" worker nodes available.
In this case we're going to schedule a single pause pod requesting `6.5Gi` of memory, which means it will consume almost an entire `m5.large` instance. This will result in us always having 2 "spare" worker nodes available.

Apply the updates to your cluster:

Expand Down

0 comments on commit 6cabc10

Please sign in to comment.