We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560ea6a commit a572a84Copy full SHA for a572a84
tutorials/get-started-kubernetes-loadbalancer/index.mdx
@@ -176,5 +176,5 @@ Let's check that the IP address seen in the console is also known to our cluster
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```
+ 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