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 b175095 commit c79c8f2Copy full SHA for c79c8f2
content/en/docs/concepts/services-networking/service.md
@@ -654,6 +654,11 @@ You can configure a load balanced Service to
654
[omit](#load-balancer-nodeport-allocation) assigning a node port, provided that the
655
cloud provider implementation supports this.
656
657
+Some cloud providers allow you to specify the `loadBalancerIP`. In those cases, the load-balancer is created
658
+with the user-specified `loadBalancerIP`. If the `loadBalancerIP` field is not specified,
659
+the loadBalancer is set up with an ephemeral IP address. If you specify a `loadBalancerIP`
660
+but your cloud provider does not support the feature, the `loadbalancerIP` field that you
661
+set is ignored.
662
663
{{< note >}}
664
0 commit comments