We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee668aa commit 75c5e87Copy full SHA for 75c5e87
docs/load-balancer-annotations.md
@@ -3,17 +3,17 @@
3
This file defines a list of [Service][4] `type: LoadBalancer` annotations which are
4
supported by the `oci-cloud-controller-manager`.
5
6
-All annotations are prefixed with `service.beta.kubernetes.io/`.
7
-
8
-They are added to the Service metadata as follows:
+All annotations are prefixed with `service.beta.kubernetes.io/`. For example:
9
10
```yaml
11
kind: Service
12
apiVersion: v1
13
metadata:
14
name: nginx-service
15
annotations:
16
- service.beta.kubernetes.io/oci-load-balancer-internal: "443"
+ service.beta.kubernetes.io/oci-load-balancer-shape: "400Mbps"
+ service.beta.kubernetes.io/oci-load-balancer-subnet1: "ocid..."
+ service.beta.kubernetes.io/oci-load-balancer-subnet2: "ocid..."
17
spec:
18
...
19
```
0 commit comments