Skip to content

Commit 560ea6a

Browse files
feat(docs): annotate loadbalancer on kubernetes - int-add-annotation-kubernetes-loadbalancer
1 parent 497ec4b commit 560ea6a

File tree

1 file changed

+10
-1
lines changed
  • tutorials/get-started-kubernetes-loadbalancer

1 file changed

+10
-1
lines changed

tutorials/get-started-kubernetes-loadbalancer/index.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,13 @@ Let's check that the IP address seen in the console is also known to our cluster
168168
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:
169169
```
170170
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```
180+

0 commit comments

Comments
 (0)