Skip to content

Commit 1f92fd3

Browse files
authored
feat(doc): deprecate scw-loadbalancer-force-internal-ip annotation (#157)
1 parent c7e254d commit 1f92fd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/loadbalancer-annotations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ This is the annotation that modifes what occurs when a backend server is marked
128128
The default value is `on_marked_down_action_none` and the possible values are `on_marked_down_action_none` and `shutdown_sessions`.
129129

130130
### `service.beta.kubernetes.io/scw-loadbalancer-force-internal-ip`
131-
This is the annotation that force the usage of InternalIP inside the loadbalancer.
132-
Normally, the cloud controller manager use ExternalIP to be nodes region-free (or public InternalIP in case of Baremetal).
131+
**This field is DEPRECATED**. This annotation is deprecated and will be removed in a future release.
132+
It used to make the CCM use internal IPs instead of public ones for Public only clusters.
133133

134134
### `service.beta.kubernetes.io/scw-loadbalancer-use-hostname`
135135
This is the annotation that force the use of the LB hostname instead of the public IP.
@@ -153,7 +153,7 @@ Expected format: `"Key1=Val1,Key2=Val2"`
153153

154154
### `service.beta.kubernetes.io/scw-loadbalancer-redispatch-attempt-count`
155155
This is the annotation to activate redispatch on another backend server in case of failure
156-
The default value is 0, which disable the redispatch.
156+
The default value is 0, which disable the redispatch. Only a value of 0 or 1 are allowed.
157157

158158
### `service.beta.kubernetes.io/scw-loadbalancer-max-retries`
159159
This is the annotation to configure the number of retry on connection failure

0 commit comments

Comments
 (0)