You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/get-started-kubernetes-loadbalancer/index.mdx
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,4 +168,13 @@ Let's check that the IP address seen in the console is also known to our cluster
168
168
A text similar to the following should display, showing that the containerized `whoami` application is running on our cluster and accessible through our Load Balancer:
169
169
```
170
170
I'm mydeployment-6579f975d55-fv4sx
171
-
```
171
+
```
172
+
173
+
## Step 5 (Optional): Annotate LoadBalancer on Kubernetes
174
+
175
+
You can find all annotations available for LoadBalancer on Kubernetes [here](https://github.com/scaleway/scaleway-cloud-controller-manager/blob/master/docs/loadbalancer-annotations.md).
176
+
177
+
You will need to add an annotation directly to the LoadBalancer SVC.
178
+
179
+
Here is an example command: ```kubectl annotate svc <load-balancer-svc> service.beta.kubernetes.io/scw-loadbalancer-health-check-timeout=1m```
0 commit comments