doc: add link for type=LoadBalancer service in tutorial. (#18916)

This commit is contained in:
Jacky Wu
2020-02-04 03:01:21 +08:00
committed by GitHub
parent 5e9716e6b5
commit 644c356ca7
@@ -80,8 +80,17 @@ The preceding command creates a
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
my-service LoadBalancer 10.3.245.137 104.198.205.71 8080/TCP 54s
Note: If the external IP address is shown as \<pending\>, wait for a minute
and enter the same command again.
{{< note >}}
The `type=LoadBalancer` service is backed by external cloud providers, which is not covered in this example, please refer to [this page](/docs/concepts/services-networking/service/#loadbalancer) for the details.
{{< /note >}}
{{< note >}}
If the external IP address is shown as \<pending\>, wait for a minute and enter the same command again.
{{< /note >}}
1. Display detailed information about the Service: