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_quota_specification is missing support for certain parameters #321

Open
henrikjohansen opened this issue Apr 26, 2023 · 1 comment

Comments

@henrikjohansen
Copy link

nomad quota init yields the following content for Nomad v1.5.3 :

name        = "default-quota"
description = "Limit the shared default namespace"

# Create a limit for the global region. Additional limits may
# be specified in-order to limit other regions.
limit {
  region = "global"
  region_limit {
    cpu        = 2500
    memory     = 1000
    memory_max = 1000
  }
  variables_limit = 1000
}

Currently, memory_max and variables_limit are not implemented by the nomad_quota_specification resource.
Support for the aforementioned would be highly appreciated 😄

@lgfa29
Copy link
Contributor

lgfa29 commented Jun 3, 2023

Thanks for the report @henrikjohansen. Our quote resource does seem quite a bit out of date 😅

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

No branches or pull requests

2 participants