Merge pull request #32743 from hyder/oci-annotations

docs: added internal load balancer service annotations for Oracle Cloud (OCI)
pull/34318/head
Kubernetes Prow Robot 2022-06-15 20:52:48 -07:00 committed by GitHub
commit 7c6247d828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -862,6 +862,17 @@ metadata:
[...]
```
{{% /tab %}}
{{% tab name="OCI" %}}
```yaml
[...]
metadata:
name: my-service
annotations:
service.beta.kubernetes.io/oci-load-balancer-internal: true
[...]
```
{{% /tab %}}
{{< /tabs >}}