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

connect sidecar_service does not support tags #96

Closed
Legogris opened this issue Feb 10, 2020 · 2 comments
Closed

connect sidecar_service does not support tags #96

Legogris opened this issue Feb 10, 2020 · 2 comments
Assignees

Comments

@Legogris
Copy link

Legogris commented Feb 10, 2020

Terraform Version

Terraform v0.12.20

  • provider.nomad v1.4.3
  • provider.null v2.1.2
  • provider.random v2.2.1
  • provider.template v2.1.2

Nomad Version

0.10.2

group "abc" {
  service {
    connect {
      sidecar_service {
        tags = []
      }
    }
  }
}
Error: error parsing jobspec: error parsing 'job': group: 'abc', service (0): 'abc', sidecar_service, 1 error occurred:
        * sidecar_service -> invalid key: tags

sidecar_service supports tags and this is necessary to avoid collisions on routes when configuring load balancers such as Fabio and traefik.

https://www.nomadproject.io/docs/job-specification/sidecar_service.html
hashicorp/nomad#6757

@cgbaker
Copy link
Contributor

cgbaker commented Feb 10, 2020

thanks for the report, we'll look at this today.

@cgbaker cgbaker self-assigned this Feb 10, 2020
@cgbaker
Copy link
Contributor

cgbaker commented Feb 10, 2020

will immediately release 1.4.4 with this change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants