traefik / mesh

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

Controller service selector should be more accurate #725

Closed jspdown closed 4 years ago

jspdown commented 4 years ago

Bug Report

The controller service selector is:

component: controller

We should be provide a more specific selector for this service:

app: maesh
component: controller
release: <release-name>

What did you do?

Create a pod with the label:

app: something
component: controller

What did you expect to see?

I don't expect to see this pod listed in the endpoints of the controller service

What did you see instead?

The pod was listed in the endpoints.

Output of controller log: (What version of Maesh are you using?)

Not relevant for this case

What is your environment & configuration (arguments, provider, platform, ...)?

version: latest platform: k3s