diff --git a/vendor/google/ugr/README.md b/vendor/google/ugr/README.md index 4ca1367d6..7d1667975 100644 --- a/vendor/google/ugr/README.md +++ b/vendor/google/ugr/README.md @@ -85,4 +85,6 @@ Run the shell script to deploy: ## Change a deployment -To change an existing deployment, edit the parameters to be changed in the deployment's yaml config and run its associated shell script. \ No newline at end of file +To change an existing deployment, edit the parameters to be changed in the deployment's yaml config and run its associated shell script. + +Note that not all parameters can be updated in place. For example, node pool autoscaling (such as min/max numbers and on/off) can be updated on the "hot" deployment, but other config settings (e.g., machine type and disk size) require the resources to first be undeployed, then deployed anew with the new configuration.