Skip to content

Commit 0b42353

Browse files
authored
Merge pull request #20087 from linsun/patch-1
add IBM cloud instruction for internal lb
2 parents 54e0620 + 24bd13b commit 0b42353

File tree

1 file changed

+10
-0
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+10
-0
lines changed

content/en/docs/concepts/services-networking/service.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,16 @@ metadata:
653653
[...]
654654
```
655655
{{% /tab %}}
656+
{{% tab name="IBM Cloud" %}}
657+
```yaml
658+
[...]
659+
metadata:
660+
name: my-service
661+
annotations:
662+
service.kubernetes.io/ibm-load-balancer-cloud-provider-ip-type: "private"
663+
[...]
664+
```
665+
{{% /tab %}}
656666
{{% tab name="OpenStack" %}}
657667
```yaml
658668
[...]

0 commit comments

Comments
 (0)