Adding loadbalancerdeprecation info and removing Azure Info in NOTE

Signed-off-by: Ritikaa96 <ritika@india.nec.com>
pull/40085/head
Ritikaa96 2023-03-21 19:04:20 +05:30
parent b17509592b
commit c79c8f2a12
1 changed files with 5 additions and 0 deletions

View File

@ -654,6 +654,11 @@ You can configure a load balanced Service to
[omit](#load-balancer-nodeport-allocation) assigning a node port, provided that the
cloud provider implementation supports this.
Some cloud providers allow you to specify the `loadBalancerIP`. In those cases, the load-balancer is created
with the user-specified `loadBalancerIP`. If the `loadBalancerIP` field is not specified,
the loadBalancer is set up with an ephemeral IP address. If you specify a `loadBalancerIP`
but your cloud provider does not support the feature, the `loadbalancerIP` field that you
set is ignored.
{{< note >}}