add IBM cloud instruction

Signed-off-by: Lin Sun <linsun@us.ibm.com>
This commit is contained in:
Lin Sun
2020-04-03 17:06:36 -04:00
committed by bryan
parent af7967e58e
commit edefe548f4
@@ -653,6 +653,16 @@ metadata:
[...] [...]
``` ```
{{% /tab %}} {{% /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" %}} {{% tab name="OpenStack" %}}
```yaml ```yaml
[...] [...]