extended maxCount of MC userAgentPool#5243
Conversation
To support swiftv2 networking for ARO-HCP
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mukrishn The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Pull request overview
This PR increases the AKS userAgentPool.maxCount limit to support scaling management clusters for Swift V2 networking, enabling higher router pod density across more nodes as HCP count grows.
Changes:
- Bumped
userAgentPool.maxCountfrom 14 → 15 in three management-cluster configuration blocks (per-region capacity increase).
| userAgentPool: | ||
| maxCount: 14 | ||
| maxCount: 15 | ||
| vmSize: 'Standard_D4s_v3' |
Signed-off-by: Murali Krishnasamy <mukrishn@redhat.com>
|
@mukrishn: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
We would be overcomitting on CPU & mem if we do this, though, won't we? |
To support swiftv2 networking for ARO-HCP
What
Extend maxCount of userAgentPool to 15 per region, so it can scale up to 45 nodes for HCP.
Why
cc: @geoberle @stevekuznetsov