Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
komer3 committed Jan 22, 2025
1 parent 98a8494 commit 2870b71
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions docs/configuration/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ For implementation details, see:
The `port-*` annotation allows per-port configuration, encoded in JSON. For detailed examples, see [LoadBalancer SSL/TLS Setup](loadbalancer.md#ssltls-configuration).

```yaml
service.beta.kubernetes.io/linode-loadbalancer-port-443: |
{
"protocol": "https",
"tls-secret-name": "my-tls-secret",
"proxy-protocol": "v2"
}
metadata:
annotations:
service.beta.kubernetes.io/linode-loadbalancer-port-443: |
"protocol": "https",
"tls-secret-name": "my-tls-secret",
"proxy-protocol": "v2"
}
```

Available port options:
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/helm-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ routeController:
clusterCIDR: "10.0.0.0/8"
configureCloudRoutes: true

# Optional: Configure shared IP load balancing
# Optional: Configure shared IP load balancing instead of NodeBalancers (requires Cilium CNI and BGP Control Plane enabled)
sharedIPLoadBalancing:
loadBalancerType: cilium-bgp
bgpNodeSelector: cilium-bgp-peering=true
Expand Down

0 comments on commit 2870b71

Please sign in to comment.