Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion tutorials/get-started-kubernetes-loadbalancer/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,13 @@ Let's check that the IP address seen in the console is also known to our cluster
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:
```
I'm mydeployment-6579f975d55-fv4sx
```
```

## Step 5 (Optional): Annotate LoadBalancer on Kubernetes

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).

You will need to add an annotation directly to the LoadBalancer SVC.

Here is an example command: `kubectl annotate svc <load-balancer-svc> service.beta.kubernetes.io/scw-loadbalancer-health-check-timeout=1m`