Fix 🐛: Markdown requires nested content inside a list item to be indented (#13390)

Co-authored-by: Alberto Llamas <alberto.llamas@frontify.com>
This commit is contained in:
k8s-infra-cherrypick-robot 2025-05-21 02:40:35 -07:00 committed by GitHub
parent b3136084d4
commit ba62bd031b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -306,6 +306,8 @@ This section explains how to do that on AWS using an NLB.
kubectl apply -f deploy.yaml kubectl apply -f deploy.yaml
``` ```
##### NLB Idle Timeouts ##### NLB Idle Timeouts
The default idle timeout value for TCP flows is 350 seconds and [can be modified to any value between 60-6000 seconds.](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#connection-idle-timeout) The default idle timeout value for TCP flows is 350 seconds and [can be modified to any value between 60-6000 seconds.](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#connection-idle-timeout)