Skip to content

Commit 8e842ef

Browse files
feat(docs): annotate loadbalancer on kubernetes (#5713)
* feat(docs): annotate loadbalancer on kubernetes - int-add-annotation-kubernetes-loadbalancer * feat(docs): annotate loadbalancer on kubernetes - int-add-annotation-kubernetes-loadbalancer * feat(docs): annotate loadbalancer on kubernetes - int-add-annotation-kubernetes-loadbalancer * fix(k8s): remove pnpm-lock file from pr * docs(k8s): remove pnpm lock file from PR * chore: untrack pnpm-lock.yaml * chore: revert pnpm-lock.yaml to match main --------- Co-authored-by: Benedikt Rollik <[email protected]>
1 parent a8d020e commit 8e842ef

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)