We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 395b684 + 04d79a3 commit 1992675Copy full SHA for 1992675
content/zh-cn/docs/concepts/services-networking/service.md
@@ -1407,6 +1407,17 @@ metadata:
1407
[...]
1408
```
1409
1410
+{{% /tab %}}
1411
+{{% tab name="OCI" %}}
1412
+
1413
+```yaml
1414
+[...]
1415
+metadata:
1416
+ name: my-service
1417
+ annotations:
1418
+ service.beta.kubernetes.io/oci-load-balancer-internal: true
1419
1420
+```
1421
{{% /tab %}}
1422
{{< /tabs >}}
1423
0 commit comments