Skip to content

Commit b953217

Browse files
committed
chore(k8s): update content
1 parent cbb5f2b commit b953217

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pages/kubernetes/reference-content/using-load-balancer-annotations.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Using Scaleway Load Balancer annotations
33
description: This page explains how to use Scaleway Load Balancer annotations
44
tags: kubernetes load-balancer load-balancer-annotations annotations
55
dates:
6-
validation: 2025-04-01
6+
validation: 2025-09-17
77
posted: 2021-08-12
88
---
99

@@ -25,6 +25,10 @@ You should **always** use annotations as described below to configure your clust
2525

2626
The following documentation shows you how to use annotations to fine tune your Load Balancer's configuration.
2727

28+
<Message type="tip">
29+
For a complete list of all annotations available to use with Scaleway Load Balancers, refer directly to the [Scaleway Cloud Controller Manager documentation](https://github.com/scaleway/scaleway-cloud-controller-manager/blob/master/docs/loadbalancer-annotations.md) on GitHub.
30+
</Message>
31+
2832
## Adding annotations when creating your Load Balancer
2933

3034
Add annotations to the `metadata` section of your LoadBalancer Service's yaml manifest as shown below. In this example we include two annotations, but you can include as many as you need.
@@ -71,5 +75,3 @@ kubectl patch svc myloadbalancer --type merge --patch-file annotations-patch.yam
7175
```
7276

7377
When you examine your Load Balancer's backend configuration and health check information in the Scaleway console, you will see that the balancing method (aka forward port algorithm) and health check timeout of its backend reflect the values set in the patched annotations.
74-
75-
For a complete list of all annotations available to use with Scaleway Load Balancers, refer directly to the [Scaleway Cloud Controller Manager documentation](https://github.com/scaleway/scaleway-cloud-controller-manager/blob/master/docs/loadbalancer-annotations.md) on GitHub.

0 commit comments

Comments
 (0)