Skip to content

Commit 75c5e87

Browse files
owainlewisprydie
authored andcommitted
Fix minor typos in annotations documentation (#209)
1 parent ee668aa commit 75c5e87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/load-balancer-annotations.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
This file defines a list of [Service][4] `type: LoadBalancer` annotations which are
44
supported by the `oci-cloud-controller-manager`.
55

6-
All annotations are prefixed with `service.beta.kubernetes.io/`.
7-
8-
They are added to the Service metadata as follows:
6+
All annotations are prefixed with `service.beta.kubernetes.io/`. For example:
97

108
```yaml
119
kind: Service
1210
apiVersion: v1
1311
metadata:
1412
name: nginx-service
1513
annotations:
16-
service.beta.kubernetes.io/oci-load-balancer-internal: "443"
14+
service.beta.kubernetes.io/oci-load-balancer-shape: "400Mbps"
15+
service.beta.kubernetes.io/oci-load-balancer-subnet1: "ocid..."
16+
service.beta.kubernetes.io/oci-load-balancer-subnet2: "ocid..."
1717
spec:
1818
...
1919
```

0 commit comments

Comments
 (0)