Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit b491dea

Browse files
committed
Disable markdownlint on EKS command
1 parent 590a41b commit b491dea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/user-guide/aws/eks/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ For instance, you might have multiple microservices, each following a common pat
421421
In such cases, path-based routing may not be ideal if you need the services to be accessible in a uniform manner.
422422

423423
To address this requirement, we recommend utilizing host-based routing rules, as demonstrated in the example below:
424-
<!-- markdownlint-disable -->
424+
<!-- markdownlint-disable MD007 -->
425425
{{< command >}}
426426
$ cat <<EOF | kubectl apply -f -
427427
apiVersion: networking.k8s.io/v1
@@ -454,7 +454,7 @@ spec:
454454
number: 80
455455
EOF
456456
{{< /command >}}
457-
<!-- markdownlint-enable -->
457+
<!-- markdownlint-enable MD007 -->
458458
The example defines routing rules for two local endpoints - the first rule points to a service `service-1` accessible under `/v1`, and the second rule points to a service `service-2` accessible under the same path `/v1`.
459459

460460
In the provided example, we define routing rules for two local endpoints.

0 commit comments

Comments
 (0)