traefik / mesh

Traefik Mesh - Simpler Service Mesh
https://traefik.io/traefik-mesh
Apache License 2.0
2.02k stars 142 forks source link

[docs] Wrong namespace used in configuration docs? #845

Open kastl-ars opened 3 months ago

kastl-ars commented 3 months ago

First off: The docs are very well written, nice and easy to read and easy to understand. Hats off!

Just a small thing, there is a mismatch regarding the namespaces used:

https://github.com/traefik/mesh/blob/638e27f9e29b8c6bdda214282d52bfc02fda94aa/docs/content/configuration.md?plain=1#L126

vs.

The quickstart uses the test namespace for server and client deployment, so it would make sense to stick to that and not use server

kastl-ars commented 3 months ago

https://github.com/traefik/mesh/blob/master/docs/content/configuration.md?plain=1#L173

A client namespace is also being used later on.