File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,8 +128,8 @@ This is the annotation that modifes what occurs when a backend server is marked
128128The 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`
135135This 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`
155155This 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`
159159This is the annotation to configure the number of retry on connection failure
You can’t perform that action at this time.
0 commit comments