Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add error reason for control plane out of range. #253

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mchen727
Copy link
Contributor

@mchen727 mchen727 commented Jan 27, 2024

Verify that the LB VIP in within the VIP pool range.

Propagates an error through LoadBalancerInfrastructureReadyCondition if the ip is out of range via LoadBalancerVIPOutOfRangeReason.

@mchen727 mchen727 force-pushed the user/matthewchen/lb-vip-outofrange branch from 9b26d4f to 516f1be Compare January 29, 2024 22:30
@mchen727 mchen727 force-pushed the user/matthewchen/lb-vip-outofrange branch from c8a7528 to 3e841ea Compare January 29, 2024 22:46
@@ -370,3 +380,39 @@ func (r *AzureStackHCILoadBalancerReconciler) reconcileStatus(lbs *scope.LoadBal

lbs.SetPhase(infrav1.AzureStackHCILoadBalancerPhaseProvisioned)
}

func (r *AzureStackHCILoadBalancerReconciler) reconcileLoadBalancerVIP(lbs *scope.LoadBalancerScope, clusterScope *scope.ClusterScope) error {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we find out what would happening when Arc Vnets is used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants