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

Surface list of workers in ibm_container_vpc_worker_pool and ibm_container_vpc_cluster (default worker pool) #5137

Open
vburckhardt opened this issue Feb 15, 2024 · 0 comments
Labels
enhancement service/Kubernetes Service Issues related to Kubernetes Service Issues

Comments

@vburckhardt
Copy link

vburckhardt commented Feb 15, 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 other comments that do not add relevant new information or questions, 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

Use case: we want to surface the state of each worker node in a cluster

https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/container_vpc_cluster_worker provide a state field that may be used.

However, this resource take a worker id. Worker ids are not surfaced ibm_container_vpc_worker_pool and ibm_container_vpc_cluster (default worker pool). These resources should return a list of worker nodes in the pool.

New or Affected Resource(s)

  • ibm_container_vpc_worker_pool (data)
  • ibm_container_vpc_cluster (data)

Potential Terraform Configuration

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.

References

  • #0000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement service/Kubernetes Service Issues related to Kubernetes Service Issues
Projects
None yet
Development

No branches or pull requests

1 participant