Skip to content

Commit ec6a0c2

Browse files
authored
External-ccm: Remove duplicate section Network Load Balancer Specific Annotations (#441)
Signed-off-by: Craig Rodrigues <rodrigc@crodrigues.org>
1 parent fc27c82 commit ec6a0c2

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

docs/load-balancer-annotations.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -123,22 +123,6 @@ Note:
123123
- `externalTrafficPolicy` should be "Local" for preserving source IP
124124
- We recommend to set the `security-list-management-mode` as "None" and configure NSG / Security rules on your own.
125125

126-
## Network Load Balancer Specific Annotations
127-
128-
| Name | Description | Default|
129-
| ----- | ----------- | ------- |
130-
| `oci-network-load-balancer.oraclecloud.com/internal` | Create an [internal network load balancer][1]. Cannot be modified after load balancer creation. | `false`|
131-
| `oci-network-load-balancer.oraclecloud.com/subnet` | The OCID of the required regional or AD specific subnet to attach the network load balancer. | Value set for the cluster|
132-
| `oci-network-load-balancer.oraclecloud.com/oci-network-security-groups` | Specifies Network Security Groups' OCIDs to be associated with the network load balancer. | `""`|
133-
| `oci-network-load-balancer.oraclecloud.com/initial-freeform-tags-override` | Specifies one or multiple Freeform tags to apply to the OCI Network Load Balancer. | `""`|
134-
| `oci-network-load-balancer.oraclecloud.com/initial-defined-tags-override` | Specifies one or multiple Defined tags to apply to the OCI Network Load Balancer. | `""`|
135-
| `oci-network-load-balancer.oraclecloud.com/health-check-retries` | The number of retries to attempt before a backend server is considered "unhealthy". | `3`|
136-
| `oci-network-load-balancer.oraclecloud.com/health-check-timeout` | The maximum time, in milliseconds, to wait for a reply to a health check. A health check is successful only if a reply returns within this timeout period. | `3000 ms`|
137-
| `oci-network-load-balancer.oraclecloud.com/health-check-interval` | The interval between health checks requests, in milliseconds. | `3000 ms`|
138-
| `oci-network-load-balancer.oraclecloud.com/backend-policy` | The network load balancer policy for the backend set. Valid values: "TWO_TUPLE", "THREE_TUPLE", or "FIVE_TUPLE" | `"FIVE_TUPLE"`|
139-
| `oci-network-load-balancer.oraclecloud.com/security-list-management-mode` | Specifies the security list mode ("All", "Frontend","None") to configure how security lists are managed. | `"None"`|
140-
| `oci-network-load-balancer.oraclecloud.com/node-label-selector` | Specifies which nodes to add as a backend to the OCI Network Load Balancer. | `"None"` |
141-
142126
Note:
143127
- The only security list management mode allowed when backend protocol is UDP is "None"
144128

0 commit comments

Comments
 (0)