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

Document how to create a nood pool in a certain AD. #898

Open
cwiggs opened this issue Feb 17, 2024 · 1 comment
Open

Document how to create a nood pool in a certain AD. #898

cwiggs opened this issue Feb 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@cwiggs
Copy link
Contributor

cwiggs commented Feb 17, 2024

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

I don't see anywhere in the docs how you would place a node pool in a specific AD.

I found out if you put placement_ads = ["1"] in the node_pools.${node_name} config it will place the node in the first AD. So all together it would look like:

worker_pools =   np-ad1 = {                                                                                                 
    shape         = "VM.Standard.A1.Flex",
    placement_ads = ["1"]
    ocpus         = 2,
    memory        = 8,                                                                                                         
    size          = 3,
  } 

New or Affected Resource(s)

Potential Terraform Configuration

# Copy-paste any Terraform configurations for how the requested feature may be used. 

References

@cwiggs cwiggs added the enhancement New feature or request label Feb 17, 2024
@bkimbrough88
Copy link

I wish I had come and looked here first than spending over an hour trying to dive through the code of the module trying to figure this out and failing miserably.

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

No branches or pull requests

2 participants