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

Nomad 0.10 connect - sidecar_service: ability to define it's own "tags" #6415

Closed
pashinin opened this issue Oct 2, 2019 · 2 comments
Closed
Assignees
Labels
Milestone

Comments

@pashinin
Copy link

pashinin commented Oct 2, 2019

Nomad version

Nomad v0.10.0-beta1

Operating system and Environment details

Arch Linux + Debian 9

Issue

When creating a new service with connect

service {
   tags = ["a", "b"]
   connect {
        sidecar_service {
            ...

a new "-sidecar-proxy" task gets the same tags as the service itself. So for example if tags register the task in a load balancer this "-sidecar-proxy" task is also registered in load balancer.

I need to reset tags for "sidecar_service". Can I do that in Nomad?

Reproduction steps

Just create a service with tags.

@notnoop
Copy link
Contributor

notnoop commented Oct 24, 2019

This was addressed by #6448 . thanks for raising it!

@github-actions
Copy link

I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants