Merge pull request #20087 from linsun/patch-1

add IBM cloud instruction for internal lb
This commit is contained in:
Kubernetes Prow Robot
2020-04-16 06:38:46 -07:00
committed by GitHub
@@ -653,6 +653,16 @@ metadata:
[...]
```
{{% /tab %}}
{{% tab name="IBM Cloud" %}}
```yaml
[...]
metadata:
name: my-service
annotations:
service.kubernetes.io/ibm-load-balancer-cloud-provider-ip-type: "private"
[...]
```
{{% /tab %}}
{{% tab name="OpenStack" %}}
```yaml
[...]