Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NATS manager deployment uses generic labels for pod selector #221

Closed
pbochynski opened this issue Nov 15, 2023 · 2 comments · Fixed by #236
Closed

NATS manager deployment uses generic labels for pod selector #221

pbochynski opened this issue Nov 15, 2023 · 2 comments · Fixed by #236
Assignees
Labels
area/eventing Issues or PRs related to eventing kind/bug Categorizes issue or PR as related to a bug.
Milestone

Comments

@pbochynski
Copy link
Contributor

Description
The nats manager deployment contains only one label in selector:

control-plane: manager

And only that label is set in the pod template. The label is generic and does not identify the pod.

Expected result

Pod selector matches only nats manager pods

@pbochynski
Copy link
Contributor Author

Similar issue to: kyma-project/application-connector-manager#108

@marcobebway
Copy link
Contributor

marcobebway commented Dec 12, 2023

For the time being, we added common labels for the resources managed by the NATS manager.
Updating the selectors will happen in a later ticket which should focus on doing the update without downtime.

@friedrichwilken friedrichwilken added this to the 1.0.3 milestone Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/eventing Issues or PRs related to eventing kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants