Skip to content

Commit 7c6247d

Browse files
authored
Merge pull request #32743 from hyder/oci-annotations
docs: added internal load balancer service annotations for Oracle Cloud (OCI)
2 parents 83a5624 + 81ffc65 commit 7c6247d

File tree

1 file changed

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

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,17 @@ metadata:
862862
[...]
863863
```
864864

865+
{{% /tab %}}
866+
{{% tab name="OCI" %}}
867+
868+
```yaml
869+
[...]
870+
metadata:
871+
name: my-service
872+
annotations:
873+
service.beta.kubernetes.io/oci-load-balancer-internal: true
874+
[...]
875+
```
865876
{{% /tab %}}
866877
{{< /tabs >}}
867878

0 commit comments

Comments
 (0)