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

Cannot refresh worker pool #567

Open
joe-hutchinson-cko opened this issue Sep 2, 2024 · 0 comments
Open

Cannot refresh worker pool #567

joe-hutchinson-cko opened this issue Sep 2, 2024 · 0 comments

Comments

@joe-hutchinson-cko
Copy link

Using provider version 1.15 it appears as if the provider can't handle workerpool recreation properly and reports success when infact it did a noop.

To reproduce:

  1. Create a worker pool
  2. Create a stack that uses that worker pool
  3. Test the stack can do work such as execute a TF plan
  4. Set an invalid workerpool token for the worker to use
  5. Restart worker
  6. Confirm the worker cannot connect to worker pool
  7. Taint the worker pool
  8. TF apply to fix the taint
  9. Check if the worker can do work (I expect this to fail)

The provider will report it has recreated the worker pool which is odd given the UI states workerpools cannot be destroyed when referenced by a stack.

What I'd expect to happen when you taint a resource is the recreation is actually the provider doing a refresh of the workerpool.

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

1 participant