-
Notifications
You must be signed in to change notification settings - Fork 2k
feat: compute reservation create #3807
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
Conversation
3962724 to
aa5f756
Compare
6b92e7b to
9986010
Compare
subfuzion
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @gryczj. Last week I helped with a few changes to try to stabilize ensuring resources didn't exist from previous failed tests and were removed after tests. I think you need to work with your team to come up with a more optimal solution for handling this cleanly and reliably. It seems that this is a problematic area (I had to insert delays with retries, but it felt like a bit of a brute force hack). Perhaps for compute instances, you really do need to separate these concerns into a more robust set up and tear down module with retries that you import that ensures this happens in a consistently reliable way before erroring. If it's this hard for us to do, then it's going to be hard for our customers as well, so let's convert this to draft mode while you take a bit of time to coordinate with your team to come up with something that showcases the proper way to handle this. Thank you!
@subfuzion Please see: #3808 |
99266b2 to
7aef226
Compare
23d1e3a to
1be31dd
Compare
|
Here is the summary of changes. You are about to add 1 region tag.
This comment is generated by snippet-bot.
|
This comment was marked as resolved.
This comment was marked as resolved.
d06ebfe to
9a50ec4
Compare
9a50ec4 to
c8e5d6c
Compare
| const projectId = await storagePoolClient.getProjectId(); | ||
| // Name of the zone in which you want to create the storagePool. | ||
| const zone = 'europe-central2-b'; | ||
| const zone = 'us-central1-a'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can't create storage pool in europe zone. Changed to US as it was before. The same problem was in Java directory: GoogleCloudPlatform/java-docs-samples@e243370
Description
Fixes #
Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.
Checklist
npm test(see Testing)npm run lint(see Style)GoogleCloudPlatform/nodejs-docs-samples. Not a fork.