GoogleCloudPlatform / deploymentmanager-samples

Deployment Manager samples and templates.
Apache License 2.0
946 stars 716 forks source link

support updating gke cluster resources where possible #478

Open marcosrmendezthd opened 5 years ago

marcosrmendezthd commented 5 years ago

Hi,

I changed the master authorized networks CIDR blocks and got this error when updating my deployment.

- code: NO_METHOD_TO_UPDATE_FIELD
  message: No method found to update field 'cluster' on resource 'gke-us-east1'
    of type 'container-v1beta1'. The resource may need to be recreated with the new
    field.
- code: NO_METHOD_TO_UPDATE_FIELD
  message: No method found to update field 'cluster' on resource 'gke-us-west1'
    of type 'container-v1beta1'. The resource may need to be recreated with the new
    field.