-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Use new compute.instances.update API #6857
Comments
Enabling support for this seems quite difficult. Note: properties that require REFRESH cannot be updated during RESTART. https://cloud.google.com/compute/docs/instances/update-instance-properties#updatable-properties edit: RESET -> RESTART |
By RESET you mean RESTART, right? My impression from reading that page is that you specify the most disruptive allowed action, and then the API itself decides what to do, which would mean that if you said RESTART was allowed and you passed in a mix of REFRESH and RESTART properties, that it would restart the instance and update all of them. |
I think your interpretation is the correct one after re-reading the documentation. |
…or bot management (hashicorp#6857) Signed-off-by: Modular Magician <[email protected]>
…or bot management (#6857) (#13159) Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]>
https://cloud.google.com/compute/docs/reference/rest/v1/instances/update
The text was updated successfully, but these errors were encountered: