Expand remediation options for AKS allocated outbound port validation - #2102
Open
esnxzhx wants to merge 1 commit into
Open
Expand remediation options for AKS allocated outbound port validation#2102esnxzhx wants to merge 1 commit into
esnxzhx wants to merge 1 commit into
Conversation
Updated guidance on changes to address invalid load balancer profile error, including specific actions to increase outbound IP addresses and reduce allocated outbound ports.
prmerger-automator
Bot
requested a review
from Kaushik Ainapure (kaushika-msft)
August 10, 2026 06:03
|
esnxzhx : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
esnxzhx : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Author
|
#sign-off |
|
Invalid command: '#sign-off'. Only the assigned author of one or more file in this PR can sign off. Kaushik Ainapure (@kaushika-msft) |
Contributor
|
Learn Build status updates of commit ad289b5: ✅ Validation status: passed
For more details, please refer to the build report. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Expands the remediation guidance for the
InvalidLoadBalancerProfileAllocatedOutboundPortserror.Article updated:
support/azure/azure-kubernetes/create-upgrade-delete/error-code-invalidloadbalancerprofileallocatedoutboundports.mdChanges
allocatedOutboundPorts.maxCount.maxSurgewhen appropriate for workload availability requirements.Reason for change
The current article mentions only the cluster node count, outbound IP count, and ports per node. It doesn't identify autoscaler
maxCountormaxSurgeas values that can affect the validation node count.The expanded guidance gives customers specific configuration options for resolving the error.
Validation
The remediation options follow the AKS RP validation inputs used to calculate required and available SNAT ports.
Scope
This PR changes only the remediation guidance. It doesn't modify the Cause section, feasibility formula, or upgrade-surge calculation.