We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545d8eb commit 559338aCopy full SHA for 559338a
cloud/scope/cluster.go
@@ -192,9 +192,7 @@ func (s *ClusterScope) APIServerPort() int32 {
192
}
193
194
func (s *ClusterScope) AzureStackHCILoadBalancer() *infrav1.AzureStackHCILoadBalancerSpec {
195
- // Disable the load balancer for baremetal machine scenarios
196
- // return s.AzureStackHCICluster.Spec.AzureStackHCILoadBalancer
197
- return nil
+ return s.AzureStackHCICluster.Spec.AzureStackHCILoadBalancer
198
199
200
// GetNamespaceOrDefault returns the default namespace if given empty
0 commit comments