add IBM cloud instruction

Signed-off-by: Lin Sun <linsun@us.ibm.com>
pull/19999/head
Lin Sun 2020-04-03 17:06:36 -04:00 committed by bryan
parent af7967e58e
commit edefe548f4
1 changed files with 10 additions and 0 deletions

View File

@ -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
[...]